Searched refs:var_part (Results 1 – 1 of 1) sorted by relevance
253 variable_part var_part[MAX_VAR_PARTS]; member626 for (node = var->var_part[i].loc_chain; node; node = next) in variable_htab_free()631 var->var_part[i].loc_chain = NULL; in variable_htab_free()747 new_var->var_part[i].offset = var->var_part[i].offset; in unshare_variable()748 nextp = &new_var->var_part[i].loc_chain; in unshare_variable()749 for (node = var->var_part[i].loc_chain; node; node = node->next) in unshare_variable()763 if (new_var->var_part[i].loc_chain) in unshare_variable()764 new_var->var_part[i].cur_loc = new_var->var_part[i].loc_chain->loc; in unshare_variable()766 new_var->var_part[i].cur_loc = NULL; in unshare_variable()1071 gcc_assert (!src->var_part[k].loc_chain in variable_union()[all …]