Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp274 return getCachedFPI(F).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
308 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in getModuleIRSize()
319 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in getCachedFPI()
H A DFunctionPropertiesAnalysis.cpp80 DirectCallsToDefinedFunctions += Direction; in updateForBB()
243 PRINT_PROPERTY(DirectCallsToDefinedFunctions) in print()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h67 int64_t DirectCallsToDefinedFunctions = 0; variable