Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp274 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
308 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
319 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
333 FunctionPropertiesInfo &MLInlineAdvisor::getCachedFPI(Function &F) const { in getCachedFPI() function in MLInlineAdvisor
409 auto &CallerBefore = getCachedFPI(Caller); in getAdviceImpl()
410 auto &CalleeBefore = getCachedFPI(Callee); in getAdviceImpl()
516 PreInlineCallerFPI(Advisor->getCachedFPI(*Caller)) { in MLInlineAdvice()
518 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()
556 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h41 return getCachedFPI(F).TotalInstructionCount; in getIRSize()
49 FunctionPropertiesInfo &getCachedFPI(Function &) const;