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