Lines Matching defs:first
350 * before the loop computes the value on the first iteration, and the
779 /* Scan the control flow of the loop from the last to the first node
820 * get rid of them first
1069 * If not we let nir_opt_dead_cf() clean it up first.
1093 nir_cf_node *first = nir_cf_node_next(&nif->cf_node);
1094 nir_cf_node *last = first;
1106 nir_opt_remove_phis_block(nir_cf_node_as_block(first));
1111 nir_cf_extract(&tmp, nir_before_cf_node(first),
1401 nir_block *first = invert ? nir_if_first_else_block(nif) : nir_if_first_then_block(nif);
1406 if (use->parent_instr->block->index < first->index ||