Home
last modified time | relevance | path

Searched refs:Profit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp1002 unsigned Profit = Info->SChain.size(); in needToBeConvertedToVALU() local
1003 Info->Score = Penalty > Profit ? 0 : Profit - Penalty; in needToBeConvertedToVALU()
H A DGCNSchedStrategy.cpp1253 unsigned Profit = in shouldRevertScheduling() local
1259 << MAfter << "Profit: " << Profit << "\n"); in shouldRevertScheduling()
1260 return Profit < ScheduleMetrics::ScaleFactor; in shouldRevertScheduling()