Searched refs:ScheduleNodeTopDown (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGList.cpp83 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
140 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
143 void ScheduleDAGList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGList
226 ScheduleNodeTopDown(FoundSUnit, CurCycle);
H A DScheduleDAGRRList.cpp245 void ScheduleNodeTopDown(SUnit*);
1345 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
1348 void ScheduleDAGRRList::ScheduleNodeTopDown(SUnit *SU) { function in class:ScheduleDAGRRList
1385 ScheduleNodeTopDown(CurSU);
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp193 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
481 // ScheduleNodeTopDown has already updated the depth of this node which causes
501 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
504 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:SchedulePostRATDList
631 ScheduleNodeTopDown(FoundSUnit, CurCycle);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPostRASchedulerList.cpp172 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
554 // ScheduleNodeTopDown has already updated the depth of this node which causes
574 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
577 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:SchedulePostRATDList
667 ScheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 95 milliseconds