Lines Matching refs:next
11 * The above copyright notice and this permission notice (including the next
1110 schedule_node *next = (schedule_node *)n->next;
1121 if (next) {
1122 while (!next->is_tail_sentinel()) {
1123 add_dep(n, next, 0);
1124 if (is_scheduling_barrier(next->inst))
1126 next = (schedule_node *)next->next;
1657 * then the MRFs for the next SEND, then the next SEND, then the
1833 * the next math instruction isn't going to make progress until the first