Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp133 CastInstructionCount += Direction; in updateForBB()
260 PRINT_PROPERTY(CastInstructionCount) in print()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h101 int64_t CastInstructionCount = 0; variable