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