Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DKernelInfo.cpp63 int64_t DirectCallsToDefinedFunctions = 0; member in __anondbd746d00111::KernelInfo
218 ++DirectCallsToDefinedFunctions; in updateForBB()
311 REMARK_PROPERTY(DirectCallsToDefinedFunctions); in emitKernelInfo()
H A DFunctionPropertiesAnalysis.cpp81 DirectCallsToDefinedFunctions += Direction; in updateForBB()
273 DirectCallsToDefinedFunctions != FPI.DirectCallsToDefinedFunctions || in operator ==()
333 PRINT_PROPERTY(DirectCallsToDefinedFunctions) in print()
H A DMLInlineAdvisor.cpp288 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
321 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
332 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h73 int64_t DirectCallsToDefinedFunctions = 0; variable