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.cpp1021 unsigned Profit = Info->SChain.size(); in needToBeConvertedToVALU() local
1022 Info->Score = Penalty > Profit ? 0 : Profit - Penalty; in needToBeConvertedToVALU()
H A DGCNSchedStrategy.cpp1528 unsigned Profit = in shouldRevertScheduling() local
1534 << MAfter << "Profit: " << Profit << "\n"); in shouldRevertScheduling()
1535 return Profit < ScheduleMetrics::ScaleFactor; in shouldRevertScheduling()