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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DPostRASchedulerList.cpp178 void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
602 // ScheduleNodeTopDown has already updated the depth of this node which causes
622 /// ScheduleNodeTopDown - Add the node to the schedule. Decrement the pending
625 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:SchedulePostRATDList
715 ScheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 67 milliseconds