Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:scheduled

74   /// that are "live". These nodes must be scheduled before any other nodes that
75 /// modifies the registers can be scheduled.
153 // If all the node's successors are scheduled, this node is ready
154 // to be scheduled. Ignore the special EntrySU node.
169 // clobber the register is scheduled between the predecessor and
187 assert(CurCycle >= SU->getHeight() && "Node scheduled below its height!");
211 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
362 // Only copy scheduled successors. Cut them from old node's successor
386 /// scheduled successors of the given SUnit to the last copy.
399 // Only copy scheduled successors. Cut them from old node's successor
698 // Glue operand is already scheduled.
755 // Glue user must be scheduled together with the glue operand. So other