Searched refs:WavesBefore (Results 1 – 1 of 1) sorted by relevance
1036 unsigned WavesBefore = in checkScheduling() local1038 LLVM_DEBUG(dbgs() << "Occupancy before scheduling: " << WavesBefore in checkScheduling()1045 unsigned NewOccupancy = std::max(WavesAfter, WavesBefore); in checkScheduling()1049 if (WavesAfter < WavesBefore && WavesAfter < DAG.MinOccupancy && in checkScheduling()1251 unsigned WavesBefore = in shouldRevertScheduling() local1254 ((WavesAfter * ScheduleMetrics::ScaleFactor) / WavesBefore * in shouldRevertScheduling()