Searched refs:getCachedFPI (Results 1 – 2 of 2) sorted by relevance
262 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 MLInlineAdvisor386 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()
40 return getCachedFPI(F).TotalInstructionCount; in getIRSize()48 FunctionPropertiesInfo &getCachedFPI(Function &) const;