Searched refs:SizeCost (Results 1 – 1 of 1) sorted by relevance
1319 int SizeCost = 0; in tryPartialInline() local1322 std::tie(SizeCost, NonWeightedRcost) = computeOutliningCosts(Cloner); in tryPartialInline()1343 if (!SkipCostAnalysis && Cloner.OutlinedRegionCost < SizeCost) { in tryPartialInline()1355 << ore::NV("NewSize", SizeCost) << ")"; in tryPartialInline()