Searched refs:root_var_find (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree-ssa-live.h | 451 static inline int root_var_find (root_var_p, int); 530 root_var_find (root_var_p rv, int i) in root_var_find() function
|
| HD | tree-outof-ssa.c | 621 if (root_var_find (rv, x) != root_var_find (rv, y)) in coalesce_abnormal_edges() 624 root_var (rv, root_var_find (rv, x)), in coalesce_abnormal_edges() 626 root_var (rv, root_var_find (rv, y))); in coalesce_abnormal_edges() 630 gcc_assert (root_var_find (rv, x) == root_var_find (rv, y)); in coalesce_abnormal_edges() 887 tree var = root_var (rv, root_var_find (rv, x)); in coalesce_ssa_name()
|
| HD | tree-ssa-live.c | 229 root = root_var_find (rv, tmp); in compact_var_map()
|
| HD | ChangeLog.tree-ssa | 9268 root_var_remove_partition, root_var_find , root_var_compac,
|