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 54 unsigned getInstructionCost(const Instruction *I) const;
378 unsigned CostModelAnalysis::getInstructionCost(const Instruction *I) const {
524 unsigned Cost = getInstructionCost(Inst);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1487 milliseconds