Lines Matching refs:components
27 * If a structure is only ever referenced by its components, then
28 * split those components out to individual variables so they can be
55 this->components = NULL;
66 ir_variable **components;
157 /* We'll split copies of a structure to copies of components, so don't
237 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
270 new_lhs = new(mem_ctx) ir_dereference_variable(lhs_entry->components[i]);
278 new_rhs = new(mem_ctx) ir_dereference_variable(rhs_entry->components[i]);
328 * components.
336 entry->components = hieralloc_array(mem_ctx,
345 entry->components[i] =
349 entry->var->insert_before(entry->components[i]);