Home | History | Annotate | Download | only in IPO

Lines Matching refs:TotalSecondaryCost

295 /// \p TotalSecondaryCost will be set to the estimated cost of inlining the
299 int &TotalSecondaryCost,
320 TotalSecondaryCost = 0;
352 TotalSecondaryCost += IC2.getCost();
360 TotalSecondaryCost -= InlineConstants::LastCallToStaticBonus;
362 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost())
413 int TotalSecondaryCost = 0;
414 if (shouldBeDeferred(Caller, CS, IC, TotalSecondaryCost, GetInlineCost)) {
417 << ", outer Cost = " << TotalSecondaryCost << '\n');