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