HomeSort by relevance Sort by last modified time
    Searched refs:getInstructionCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CostModel.cpp 47 unsigned getInstructionCost(const Instruction *I) const;
91 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const {
216 unsigned Cost = getInstructionCost(Inst);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 608 unsigned getInstructionCost(Instruction *I, unsigned VF);
    [all...]

Completed in 35 milliseconds