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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 181 unsigned TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
182 return PrevTTI->getCFInstrCost(Opcode);
539 unsigned getCFInstrCost(unsigned Opcode) const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 102 virtual unsigned getCFInstrCost(unsigned Opcode) const;
356 unsigned BasicTTI::getCFInstrCost(unsigned Opcode) const {

Completed in 58 milliseconds