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