Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp220 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
254 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
260 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
273 FunctionPropertiesInfo &MLInlineAdvisor::getCachedFPI(Function &F) const { in getCachedFPI() function in MLInlineAdvisor
344 auto &CallerBefore = getCachedFPI(Caller); in getAdviceImpl()
345 auto &CalleeBefore = getCachedFPI(Callee); in getAdviceImpl()
435 PreInlineCallerFPI(Advisor->getCachedFPI(*Caller)) { in MLInlineAdvice()
437 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()
475 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h38 return getCachedFPI(F).TotalInstructionCount; in getIRSize()
46 FunctionPropertiesInfo &getCachedFPI(Function &) const;