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

/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp660 unsigned getInstructionCost(Instruction *I, unsigned VF);
3537 unsigned C = getInstructionCost(it, VF);
3556 LoopVectorizationCostModel::getInstructionCost(Instruction *I, unsigned VF) { function in class:LoopVectorizationCostModel

Completed in 93 milliseconds