Lines Matching defs:Callee
84 emitInlinedInto(ORE, DLoc, Block, *Callee, *Caller, IsInliningRecommended,
95 << "'" << NV("Callee", Callee) << "' is not AlwaysInline into '"
115 << "'" << NV("Callee", Callee) << "' is not inlined into '"
123 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
130 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
154 Function &Callee = *CB.getCalledFunction();
155 auto &CalleeTTI = FAM.getResult<TargetIRAnalysis>(Callee);
158 Callee.getContext().getDiagHandlerPtr()->isMissedOptRemarkEnabled(
179 : Advisor(Advisor), Caller(CB.getCaller()), Callee(CB.getCalledFunction()),
185 Advisor->ImportedFunctionsStats->recordInline(*Caller, *Callee);
384 Function *Callee = CB.getCalledFunction();
399 << "'" << NV("Callee", Callee) << "' not inlined into '"
406 << "'" << NV("Callee", Callee) << "' not inlined into '"
424 << "Not inlining. Cost of inlining '" << NV("Callee", Callee)
493 const Function &Callee, const Function &Caller, bool AlwaysInline,
500 Remark << "'" << ore::NV("Callee", &Callee) << "' inlined into '"
511 const Function &Callee, const Function &Caller, const InlineCost &IC,
514 ORE, DLoc, Block, Callee, Caller, IC.isAlways(),
595 auto &Callee = *CB.getCalledFunction();
601 auto &TIR = FAM.getResult<TargetIRAnalysis>(Callee);
604 llvm::getAttributeBasedInliningDecision(CB, &Callee, TIR, GetTLI);