Searched refs:ScheduleDAGFast (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DAndroid.mk16 ScheduleDAGFast.cpp \
H A DScheduleDAGFast.cpp1 //===----- ScheduleDAGFast.cpp - Fast poor list scheduler -----------------===//
66 /// ScheduleDAGFast - The actual "fast" list scheduler implementation.
68 class ScheduleDAGFast : public ScheduleDAGSDNodes { class in namespace:__anon25807
81 ScheduleDAGFast(MachineFunction &mf) function in class:__anon25807::ScheduleDAGFast
117 void ScheduleDAGFast::Schedule() {
140 void ScheduleDAGFast::ReleasePred(SUnit *SU, SDep *PredEdge) {
161 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) {
183 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) {
213 SUnit *ScheduleDAGFast::CopyAndMoveSuccessors(SUnit *SU) {
388 void ScheduleDAGFast
[all...]

Completed in 94 milliseconds