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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-live.h451 static inline int root_var_find (root_var_p, int);
530 root_var_find (root_var_p rv, int i) function
H A Dtree-outof-ssa.c621 if (root_var_find (rv, x) != root_var_find (rv, y))
624 root_var (rv, root_var_find (rv, x)),
626 root_var (rv, root_var_find (rv, y)));
630 gcc_assert (root_var_find (rv, x) == root_var_find (rv, y));
887 tree var = root_var (rv, root_var_find (rv, x));
H A Dtree-ssa-live.c229 root = root_var_find (rv, tmp);

Completed in 112 milliseconds