Lines Matching defs:ORE
75 OptimizationRemarkEmitter &ORE,
77 : InlineAdvice(Advisor, CB, ORE, IsInliningMandatory) {}
84 emitInlinedInto(ORE, DLoc, Block, *Callee, *Caller, IsInliningRecommended,
92 ORE.emit([&]() {
112 ORE.emit([&]() {
123 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
130 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC,
143 auto &ORE = FAM.getResult<OptimizationRemarkEmitterAnalysis>(Caller);
161 GetBFI, PSI, RemarksEnabled ? &ORE : nullptr);
164 CB, CalleeTTI, GetInlineCost, ORE,
177 OptimizationRemarkEmitter &ORE,
180 DLoc(CB.getDebugLoc()), Block(CB.getParent()), ORE(ORE),
379 OptimizationRemarkEmitter &ORE, bool EnableDeferral) {
397 ORE.emit([&]() {
404 ORE.emit([&]() {
421 ORE.emit([&]() {
492 OptimizationRemarkEmitter &ORE, DebugLoc DLoc, const BasicBlock *Block,
496 ORE.emit([&]() {
510 OptimizationRemarkEmitter &ORE, DebugLoc DLoc, const BasicBlock *Block,
514 ORE, DLoc, Block, Callee, Caller, IC.isAlways(),
594 OptimizationRemarkEmitter &ORE) {