Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp262 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()
296 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
302 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()
315 FunctionPropertiesInfo &MLInlineAdvisor::getCachedFPI(Function &F) const { in getCachedFPI() function in MLInlineAdvisor
386 auto &CallerBefore = getCachedFPI(Caller); in getAdviceImpl()
387 auto &CalleeBefore = getCachedFPI(Callee); in getAdviceImpl()
487 PreInlineCallerFPI(Advisor->getCachedFPI(*Caller)) { in MLInlineAdvice()
489 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()
527 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h40 return getCachedFPI(F).TotalInstructionCount; in getIRSize()
48 FunctionPropertiesInfo &getCachedFPI(Function &) const;