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

/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp176 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
585 // ScheduleNodeTopDown has already updated the depth of this node which causes
605 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
608 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:SchedulePostRATDList
697 ScheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 1069 milliseconds