Searched refs:getCachedFPI (Results 1 – 2 of 2) sorted by relevance
274 return getCachedFPI(F).DirectCallsToDefinedFunctions; in getLocalCalls()308 getCachedFPI(*Caller).DirectCallsToDefinedFunctions; in onSuccessfulInlining()319 getCachedFPI(*Callee).DirectCallsToDefinedFunctions; in onSuccessfulInlining()333 FunctionPropertiesInfo &MLInlineAdvisor::getCachedFPI(Function &F) const { in getCachedFPI() function in MLInlineAdvisor409 auto &CallerBefore = getCachedFPI(Caller); in getAdviceImpl()410 auto &CalleeBefore = getCachedFPI(Callee); in getAdviceImpl()516 PreInlineCallerFPI(Advisor->getCachedFPI(*Caller)) { in MLInlineAdvice()518 FPU.emplace(Advisor->getCachedFPI(*getCaller()), CB); in MLInlineAdvice()556 getAdvisor()->getCachedFPI(*Caller) = PreInlineCallerFPI; in recordUnsuccessfulInliningImpl()
41 return getCachedFPI(F).TotalInstructionCount; in getIRSize()49 FunctionPropertiesInfo &getCachedFPI(Function &) const;