HomeSort by relevance Sort by last modified time
    Searched full:schedulenodetopdown (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 88 void scheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
150 /// scheduleNodeTopDown - Add the node to the schedule. Decrement the pending
153 void ScheduleDAGVLIW::scheduleNodeTopDown(SUnit *SU, unsigned CurCycle) {
239 scheduleNodeTopDown(FoundSUnit, CurCycle);
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 176 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
587 // ScheduleNodeTopDown has already updated the depth of this node which causes
607 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
610 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) {
699 ScheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 152 milliseconds