Home
last modified time | relevance | path

Searched refs:IntegerInstructionCount (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp138 IntegerInstructionCount += Direction; in updateForBB()
262 PRINT_PROPERTY(IntegerInstructionCount) in print()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h107 int64_t IntegerInstructionCount = 0; variable