Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
144 nir_block *next = (nir_block *) dom_entry->key;
153 if (next == pb->impl->end_block)
156 if (_mesa_hash_table_search(&val->ht, INDEX_TO_KEY(next->index)) == NULL) {
161 nir_phi_builder_value_set_block_def(val, next, NEEDS_PHI);
163 if (pb->work[next->index] < pb->iter_count) {
164 pb->work[next->index] = pb->iter_count;
165 pb->W[w_end++] = next;
252 * 1) To speed up lookup next time even if the next time is called from a