Lines Matching defs:last
150 * last block in the loop back to the top.
405 * last block in the loop back to the top.
636 * last block in the loop back to the top.
779 /* Scan the control flow of the loop from the last to the first node
819 /* If there are single-source phis in the last block,
824 /* Move the last block of the loop inside the last if-statement */
910 /* Grab pointers to the last then/else blocks for fixing up the phis. */
943 /* Grab pointers to the last then/else blocks for looking in the phis. */
1094 nir_cf_node *last = first;
1095 while (!nir_cf_node_is_last(last)) {
1096 if (contains_other_jump (last, NULL))
1098 last = nir_cf_node_next(last);
1101 assert(last->type == nir_cf_node_block);
1102 if (!nir_block_ends_in_break(nir_cf_node_as_block(last)))
1112 nir_after_block_before_jump(nir_cf_node_as_block(last)));
1402 nir_block *last = invert ? nir_if_last_else_block(nif) : nir_if_last_then_block(nif);
1407 use->parent_instr->block->index > last->index)