Lines Matching refs:defs
48 * equivalent to the uses and defs in nir_register, but built up by the
51 struct set *uses, *if_uses, *defs;
197 /* As we walk SSA defs, we add every use to this set. We need to make sure
268 _mesa_set_add(reg_state->defs, dest);
1427 list_validate(®->defs);
1433 reg_state->defs = _mesa_pointer_set_create(reg_state);
1463 struct set_entry *entry = _mesa_set_search(reg_state->defs, src);
1465 _mesa_set_remove(reg_state->defs, entry);
1467 validate_assert(state, reg_state->defs->entries == 0);
1613 * never actually hit the number of SSA defs because we remove sources from
1616 * us very little (the extra memory is already dwarfed by the SSA defs