Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp576 unsigned NumInstrs = 0; in getInstructionCount() local
578 NumInstrs += F.getInstructionCount(); in getInstructionCount()
579 return NumInstrs; in getInstructionCount()
H A DFunction.cpp320 unsigned NumInstrs = 0; in getInstructionCount() local
322 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount()
324 return NumInstrs; in getInstructionCount()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp832 unsigned NumInstrs, BranchProbability Probability) const { in isProfitableToDupForIfCvt() argument
833 return NumInstrs <= 4; in isProfitableToDupForIfCvt()