Lines Matching defs: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
57 this->components = NULL;
72 ir_variable **components;
169 /* We'll split copies of a structure to copies of components, so don't
249 *deref = new(entry->mem_ctx) ir_dereference_variable(entry->components[i]);
282 new_lhs = new(mem_ctx) ir_dereference_variable(lhs_entry->components[i]);
290 new_rhs = new(mem_ctx) ir_dereference_variable(rhs_entry->components[i]);
342 * components.
350 entry->components = ralloc_array(mem_ctx,
359 entry->components[i] =
363 entry->var->insert_before(entry->components[i]);