Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:scheduled

200 /// outputs to ensure they are scheduled together and in order. This
267 // ensure they are scheduled in order of increasing addresses.
289 /// ClusterNodes - Cluster certain nodes which should be scheduled together.
412 if (isPassiveNode(SrcN)) continue; // Not scheduled.
457 if (isPassiveNode(OpN)) continue; // Not scheduled.
515 // Cluster certain nodes which should be scheduled together.
685 /// VerifyScheduledSequence - Verify that all SUnits were scheduled and that
695 "The number of nodes scheduled doesn't match the expected number!");
793 /// EmitSchedule - Emit the machine code in scheduled order. Return the new