Lines Matching refs:NV
95 << "'" << NV("Callee", Callee) << "' is not AlwaysInline into '" in recordUnsuccessfulInliningImpl()
96 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl()
97 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl()
115 << "'" << NV("Callee", Callee) << "' is not inlined into '" in recordUnsuccessfulInliningImpl()
116 << NV("Caller", Caller) in recordUnsuccessfulInliningImpl()
117 << "': " << NV("Reason", Result.getFailureReason()); in recordUnsuccessfulInliningImpl()
336 static raw_ostream &operator<<(raw_ostream &R, const ore::NV &Arg) { in operator <<()
348 R << "(cost=" << ore::NV("Cost", IC.getCost()) in operator <<()
349 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")"; in operator <<()
352 R << ": " << ore::NV("Reason", Reason); in operator <<()
399 << "'" << NV("Callee", Callee) << "' not inlined into '" in shouldInline()
400 << NV("Caller", Caller) in shouldInline()
406 << "'" << NV("Callee", Callee) << "' not inlined into '" in shouldInline()
407 << NV("Caller", Caller) << "' because too costly to inline " in shouldInline()
424 << "Not inlining. Cost of inlining '" << NV("Callee", Callee) in shouldInline()
425 << "' increases the cost of inlining '" << NV("Caller", Caller) in shouldInline()
481 Remark << Name << ":" << ore::NV("Line", Offset) << ":" in addLocationToRemarks()
482 << ore::NV("Column", DIL->getColumn()); in addLocationToRemarks()
484 Remark << "." << ore::NV("Disc", Discriminator); in addLocationToRemarks()
500 Remark << "'" << ore::NV("Callee", &Callee) << "' inlined into '" in emitInlinedInto()
501 << ore::NV("Caller", &Caller) << "'"; in emitInlinedInto()