Home
last modified time | relevance | path

Searched refs:NumInstrs (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp492 unsigned NumInstrs = 0; in getInstructionCount() local
494 NumInstrs += F.getInstructionCount(); in getInstructionCount()
495 return NumInstrs; in getInstructionCount()
DFunction.cpp228 unsigned NumInstrs = 0; in getInstructionCount() local
230 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
232 return NumInstrs; in getInstructionCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp783 unsigned NumInstrs, BranchProbability Probability) const { in isProfitableToDupForIfCvt() argument
784 return NumInstrs <= 4; in isProfitableToDupForIfCvt()