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 191 unsigned TargetTransformInfo::getCFInstrCost(unsigned Opcode) const {
192 return PrevTTI->getCFInstrCost(Opcode);
580 unsigned getCFInstrCost(unsigned Opcode) const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 110 unsigned getCFInstrCost(unsigned Opcode) const override;
448 unsigned BasicTTI::getCFInstrCost(unsigned Opcode) const {

Completed in 70 milliseconds