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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp87 void scheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
148 /// scheduleNodeTopDown - Add the node to the schedule. Decrement the pending
151 void ScheduleDAGVLIW::scheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { function in class:ScheduleDAGVLIW
237 scheduleNodeTopDown(FoundSUnit, CurCycle);

Completed in 49 milliseconds