Lines Matching refs:ScheduleDAGFast
68 class ScheduleDAGFast : public ScheduleDAGSDNodes { class
81 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() function in __anone56e3eb00111::ScheduleDAGFast
117 void ScheduleDAGFast::Schedule() { in Schedule()
139 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) { in ReleasePred()
160 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors()
181 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp()
210 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) { in CopyAndMoveSuccessors()
380 void ScheduleDAGFast::InsertCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, in InsertCopiesAndMoveSuccs()
467 bool ScheduleDAGFast::DelayForLiveRegsBottomUp(SUnit *SU, in DelayForLiveRegsBottomUp()
524 void ScheduleDAGFast::ListScheduleBottomUp() { in ListScheduleBottomUp()
798 return new ScheduleDAGFast(*IS->MF); in createFastDAGScheduler()