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 167 unsigned TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
168 return PrevTTI->getCFInstrCost(Opcode);
512 unsigned getCFInstrCost(unsigned Opcode) const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 93 virtual unsigned getCFInstrCost(unsigned Opcode) const;
325 unsigned BasicTTI::getCFInstrCost(unsigned Opcode) const {

Completed in 100 milliseconds