Searched refs:ShouldPreferAnother (Results 1 – 4 of 4) sorted by relevance
85 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
41 bool ShouldPreferAnother(SUnit* SU) override;
148 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer154 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
558 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()