HomeSort by relevance Sort by last modified time
    Searched refs:ScheduleNodeTopDown (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGList.cpp 83 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) {
226 ScheduleNodeTopDown(FoundSUnit, CurCycle);
ScheduleDAGRRList.cpp 245 void ScheduleNodeTopDown(SUnit*);
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 193 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) {
631 ScheduleNodeTopDown(FoundSUnit, CurCycle);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PostRASchedulerList.cpp 172 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) {
667 ScheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 122 milliseconds