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