Home
last modified time | relevance | path

Searched refs:DirectCallsToDefinedFunctions (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp262 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
296 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
302 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
H A DFunctionPropertiesAnalysis.cpp80 DirectCallsToDefinedFunctions += Direction; in updateForBB()
243 PRINT_PROPERTY(DirectCallsToDefinedFunctions) in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h67 int64_t DirectCallsToDefinedFunctions = 0; variable