Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp147 DirectCallCount += Direction; in updateForBB()
276 PRINT_PROPERTY(DirectCallCount) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h127 int64_t DirectCallCount = 0; variable