Searched refs:representative (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c109 if this variable becomes it's partition's representative. */
116 /* The partition representative. */
117 size_t representative; member in struct:stack_var
223 stack_vars[stack_vars_num].representative = stack_vars_num;
387 stack_vars[i].representative = a;
456 if (stack_vars[j].representative != j)
502 if (stack_vars[i].representative != i)
546 /* A subroutine of expand_used_vars. Give each partition representative
562 if (stack_vars[i].representative != i)

Completed in 100 milliseconds