Lines Matching full:scheduled
70 /// that are "live". These nodes must be scheduled before any other nodes that
71 /// modifies the registers can be scheduled.
148 // If all the node's successors are scheduled, this node is ready in ReleasePred()
149 // to be scheduled. Ignore the special EntrySU node. in ReleasePred()
163 // clobber the register is scheduled between the predecessor and in ReleasePredecessors()
181 assert(CurCycle >= SU->getHeight() && "Node scheduled below its height!"); in ScheduleNodeBottomUp()
204 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
348 // Only copy scheduled successors. Cut them from old node's successor in CopyAndMoveSuccessors()
371 /// scheduled successors of the given SUnit to the last copy.
384 // Only copy scheduled successors. Cut them from old node's successor in InsertCopiesAndMoveSuccs()
700 // Glue operand is already scheduled. in ScheduleNode()
756 // Glue user must be scheduled together with the glue operand. So other in Schedule()