Home
last modified time | relevance | path

Searched refs:ShouldPreferAnother (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h85 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() function
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.h41 bool ShouldPreferAnother(SUnit* SU) override;
DPPCHazardRecognizers.cpp148 bool PPCDispatchGroupSBHazardRecognizer::ShouldPreferAnother(SUnit *SU) { in ShouldPreferAnother() function in PPCDispatchGroupSBHazardRecognizer
154 return ScoreboardHazardRecognizer::ShouldPreferAnother(SU); in ShouldPreferAnother()
/external/llvm/lib/CodeGen/
DPostRASchedulerList.cpp558 if (HazardRec->ShouldPreferAnother(CurSUnit)) { in ListScheduleTopDown()