Lines Matching refs:ScheduleDAGFast
64 class ScheduleDAGFast : public ScheduleDAGSDNodes { class
77 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() function in __anon9389022c0111::ScheduleDAGFast
113 void ScheduleDAGFast::Schedule() { in Schedule()
135 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) { in ReleasePred()
156 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors()
177 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp()
206 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors()
376 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs()
475 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
541 void ScheduleDAGFast::ListScheduleBottomUp() { in ListScheduleBottomUp()
816 return new ScheduleDAGFast(*IS->MF); in createFastDAGScheduler()