Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp148 DirectCallCount += Direction; in updateForBB()
307 DirectCallCount != FPI.DirectCallCount || in operator ==()
366 PRINT_PROPERTY(DirectCallCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h133 int64_t DirectCallCount = 0; variable