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