Lines Matching refs:NV
66 << NV("Callee", Callee) << " will not be inlined into " in recordUnsuccessfulInliningImpl()
67 << NV("Caller", Caller) << ": " in recordUnsuccessfulInliningImpl()
68 << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl()
275 const ore::NV &Arg) { in operator <<()
287 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
288 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
291 R << ": " << ore::NV("Reason", Reason); in operator <<()
337 << NV("Callee", Callee) << " not inlined into " in shouldInline()
338 << NV("Caller", Caller) << " because it should never be inlined " in shouldInline()
344 << NV("Callee", Callee) << " not inlined into " in shouldInline()
345 << NV("Caller", Caller) << " because too costly to inline " in shouldInline()
362 << "Not inlining. Cost of inlining " << NV("Callee", Callee) in shouldInline()
363 << " increases the cost of inlining " << NV("Caller", Caller) in shouldInline()
418 Remark << Name << ":" << ore::NV("Line", Offset); in addLocationToRemarks()
420 Remark << "." << ore::NV("Disc", Discriminator); in addLocationToRemarks()
434 Remark << ore::NV("Callee", &Callee) << " inlined into "; in emitInlinedInto()
435 Remark << ore::NV("Caller", &Caller); in emitInlinedInto()