Lines Matching defs:next
12 * The above copyright notice and this permission notice (including the next
94 * returned the closest range to the left, so the next interval to the
143 for (struct ir3_reg_interval *next = ir3_reg_interval_next(right);
145 right = next, next = ir3_reg_interval_next_or_null(next)) {
408 struct rb_node *next = rb_node_next(&interval->physreg_node);
409 return next ? rb_node_to_interval(next) : NULL;
451 * returned the closest range to the left, so the next interval to the
835 *next = ra_interval_next_or_null(conflicting);
838 conflicting = next, next = ra_interval_next_or_null(next)) {
1845 * to pass some registers to the next stage. Fortunately there are only at