Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp56 DirectCallsToDefinedFunctions += Direction; in updateForBB()
104 << "DirectCallsToDefinedFunctions: " << DirectCallsToDefinedFunctions in print()
DMLInlineAdvisor.cpp220 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
254 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
260 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h63 int64_t DirectCallsToDefinedFunctions = 0; variable