Lines Matching refs:shouldRevertScheduling
986 if (shouldRevertScheduling(WavesAfter)) { in checkScheduling()
1109 bool GCNSchedStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in GCNSchedStage
1116 bool OccInitialScheduleStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in OccInitialScheduleStage
1120 if (GCNSchedStage::shouldRevertScheduling(WavesAfter)) in shouldRevertScheduling()
1129 bool UnclusteredHighRPStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in UnclusteredHighRPStage
1134 GCNSchedStage::shouldRevertScheduling(WavesAfter)) { in shouldRevertScheduling()
1167 bool ClusteredLowOccStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in ClusteredLowOccStage
1171 if (GCNSchedStage::shouldRevertScheduling(WavesAfter)) in shouldRevertScheduling()
1180 bool PreRARematStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in PreRARematStage
1181 if (GCNSchedStage::shouldRevertScheduling(WavesAfter)) in shouldRevertScheduling()
1190 bool ILPInitialScheduleStage::shouldRevertScheduling(unsigned WavesAfter) { in shouldRevertScheduling() function in ILPInitialScheduleStage