Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
1270 nir_cf_node *next = nir_cf_node_next(&block->cf_node);
1271 if (next == NULL) {
1299 if (next->type == nir_cf_node_if) {
1300 nir_if *if_stmt = nir_cf_node_as_if(next);
1305 } else if (next->type == nir_cf_node_loop) {
1306 nir_loop *loop = nir_cf_node_as_loop(next);
1343 validate_assert(state, !exec_node_is_tail_sentinel(if_stmt->cf_node.node.next));
1376 validate_assert(state, !exec_node_is_tail_sentinel(loop->cf_node.node.next));
1761 if (instr->node.prev || instr->node.next)