Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp134 CastInstructionCount += Direction; in updateForBB()
291 CastInstructionCount != FPI.CastInstructionCount || in operator ==()
350 PRINT_PROPERTY(CastInstructionCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h107 int64_t CastInstructionCount = 0; variable