Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Schedule

11 // The basic approach uses a priority queue of available nodes to schedule.
13 // order), checked for legality to schedule, and emitted if legal.
15 // Nodes may not be legal to schedule either due to structural hazards (e.g.
85 void Schedule() override;
95 /// Schedule - Schedule the DAG using list scheduling.
96 void ScheduleDAGVLIW::Schedule() {
152 /// scheduleNodeTopDown - Add the node to the schedule. Decrement the pending
186 // priority. If it is not ready put it back. Schedule the node.
239 // If we found a node to schedule, do it now.