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

/external/llvm/lib/Analysis/
H A DCostModel.cpp47 unsigned getInstructionCost(const Instruction *I) const;
108 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const { function in class:CostModelAnalysis
238 unsigned Cost = getInstructionCost(Inst);
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp693 unsigned getInstructionCost(Instruction *I, unsigned VF);
4407 unsigned C = getInstructionCost(it, VF);
4479 LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) {

Completed in 167 milliseconds