Searched refs:ShouldPreferAnother (Results 1 – 6 of 6) sorted by relevance
72 bool ShouldPreferAnother(SUnit *) override;
100 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in HexagonHazardRecognizer
95 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
40 bool ShouldPreferAnother(SUnit* SU) override;
146 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer152 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
578 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()