Lines Matching defs:Advice
282 void MLInlineAdvisor::onSuccessfulInlining(const MLInlineAdvice &Advice,
285 Function *Caller = Advice.getCaller();
286 Function *Callee = Advice.getCallee();
294 Advice.updateCachedCallerFPI(FAM);
296 getIRSize(*Caller) + (CalleeWasDeleted ? 0 : Advice.CalleeIRSize);
297 CurrentIRSize += IRSizeAfter - (Advice.CallerIRSize + Advice.CalleeIRSize);
320 EdgeCount += (NewCallerAndCalleeEdges - Advice.CallerAndCalleeEdges);
466 bool Advice) {
470 if (Advice && !ForceStop)
477 return std::make_unique<InlineAdvice>(this, CB, getCallerORE(CB), Advice);