Searched refs:getInstructionCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp53 unsigned getInstructionCost(const Instruction *I) const;
368 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const { function in class:CostModelAnalysis
509 unsigned Cost = getInstructionCost(Inst);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp732 unsigned getInstructionCost(Instruction *I, unsigned VF);
4793 unsigned C = getInstructionCost(it, VF);
4865 LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) {

Completed in 60 milliseconds