Searched refs:getCachedFPI (Results 1 – 2 of 2) sorted by relevance
288 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()321 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()332 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()346 FunctionPropertiesInfo &MLInlineAdvisor::getCachedFPI(Function &F) const { in getCachedFPI() function in MLInlineAdvisor421 auto &CallerBefore = getCachedFPI(Caller); in getAdviceImpl()422 auto &CalleeBefore = getCachedFPI(Callee); in getAdviceImpl()543 PreInlineCallerFPI(Advisor->getCachedFPI(*Caller)) { in MLInlineAdvice()545 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()583 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
40 return getCachedFPI(F).TotalInstructionCount; in getIRSize()48 FunctionPropertiesInfo &getCachedFPI(Function &) const;