Searched refs:ShouldPreferAnother (Results 1 – 10 of 10) sorted by relevance
96 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
73 bool ShouldPreferAnother(SUnit *) override;
101 bool HexagonHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in HexagonHazardRecognizer
41 bool ShouldPreferAnother(SUnit* SU) override;
148 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer154 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
582 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()