Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp146 IndirectCallCount += Direction; in updateForBB()
308 IndirectCallCount != FPI.IndirectCallCount || in operator ==()
367 PRINT_PROPERTY(IndirectCallCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h134 int64_t IndirectCallCount = 0; variable