Searched refs:Profit (Results 1 – 2 of 2) sorted by relevance
1002 unsigned Profit = Info->SChain.size(); in needToBeConvertedToVALU() local1003 Info->Score = Penalty > Profit ? 0 : Profit - Penalty; in needToBeConvertedToVALU()
1253 unsigned Profit = in shouldRevertScheduling() local1259 << MAfter << "Profit: " << Profit << "\n"); in shouldRevertScheduling()1260 return Profit < ScheduleMetrics::ScaleFactor; in shouldRevertScheduling()