Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp64 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
110 << "TotalInstructionCount: " << TotalInstructionCount << "\n\n"; in print()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h78 int64_t TotalInstructionCount = 0; variable
DMLInlineAdvisor.h39 return getCachedFPI(F).TotalInstructionCount; in getIRSize()