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