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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-live.c112 tree root_var = NULL_TREE; local
126 root_var = var1;
137 /* If there is no root_var set, or it's not a user variable, set the
138 root_var to this one. */
139 if (!root_var || (DECL_P (root_var) && DECL_IGNORED_P (root_var)))
141 other_var = root_var;
142 root_var = var2;
159 if (root_var)
[all...]
H A Dtree-ssa-live.h432 /* Once a var_map has been created and compressed, a complementary root_var
444 static inline tree root_var (root_var_p, int);
474 root_var (root_var_p rv, int i) function
498 /* Send debug info for root_var list RV to file F. */
509 /* Destroy root_var object RV. */
518 /* Remove partition PARTITION_INDEX from root_var list ROOT_INDEX in RV. */
527 /* Return the root_var list index for partition I in RV. */
554 /* A TYPE_VAR object is similar to a root_var object, except this associates
H A Dtree-outof-ssa.c624 root_var (rv, root_var_find (rv, x)),
626 root_var (rv, root_var_find (rv, y)));
887 tree var = root_var (rv, root_var_find (rv, x));
975 var = root_var (rv, x);

Completed in 61 milliseconds