Searched refs:NonWeightedRcost (Results 1 – 1 of 1) sorted by relevance
1321 int NonWeightedRcost; in tryPartialInline() local1322 std::tie(SizeCost, NonWeightedRcost) = computeOutliningCosts(Cloner); in tryPartialInline()1337 WeightedRcost = BlockFrequency(NonWeightedRcost) * RelativeToEntryFreq; in tryPartialInline()