Searched refs:OutlinedCost (Results 1 – 1 of 1) sorted by relevance
216 unsigned OutlinedCost = getOutliningCost(); in getBenefit() local217 return (NotOutlinedCost < OutlinedCost) ? 0 in getBenefit()218 : NotOutlinedCost - OutlinedCost; in getBenefit()