Lines Matching full:scheduled
66 cl::desc("Debug control MBBs that are scheduled"),
70 cl::desc("Debug control MBBs that are scheduled"),
175 /// instruction, which will not be scheduled.
251 /// dumpSchedule - dump the scheduled Sequence.
420 /// instruction, which will not be scheduled.
477 // If all the node's predecessors are scheduled, this node is ready in ReleaseSucc()
478 // to be scheduled. Ignore the special ExitSU node. in ReleaseSucc()
500 "Node scheduled above its depth!"); in ScheduleNodeTopDown()
659 "The number of nodes scheduled doesn't match the expected number!"); in ListScheduleTopDown()
663 // EmitSchedule - Emit the machine code in scheduled order.
680 // may have been scheduled later. in EmitSchedule()