Home
last modified time | relevance | path

Searched refs:root1 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-copyrename.c123 tree root1, root2; in copy_rename_partition_coalesce() local
150 root1 = SSA_NAME_VAR (rep1); in copy_rename_partition_coalesce()
171 if (root1 == root2) in copy_rename_partition_coalesce()
180 if (TREE_CODE (root1) == PARM_DECL && TREE_CODE (root2) == PARM_DECL) in copy_rename_partition_coalesce()
187 if ((TREE_CODE (root1) == RESULT_DECL) != (TREE_CODE (root2) == RESULT_DECL)) in copy_rename_partition_coalesce()
194 ign1 = TREE_CODE (root1) == VAR_DECL && DECL_IGNORED_P (root1); in copy_rename_partition_coalesce()
203 else if (DECL_FROM_INLINE (root1)) in copy_rename_partition_coalesce()
215 if (gimple_default_def (cfun, root1)) in copy_rename_partition_coalesce()
240 if ((TREE_READONLY (root1) && ign2) || (TREE_READONLY (root2) && ign1)) in copy_rename_partition_coalesce()
248 if (!types_compatible_p (TREE_TYPE (root1), TREE_TYPE (root2)) in copy_rename_partition_coalesce()
[all …]
HDtree-predcom.c2176 gimple stmt1, stmt2, root1, root2, s1, s2; in reassociate_to_the_same_stmt() local
2186 root1 = find_associative_operation_root (stmt1, &dist1); in reassociate_to_the_same_stmt()
2190 gcc_assert (root1 && root2 && root1 == root2 in reassociate_to_the_same_stmt()
/dragonfly/usr.sbin/mtree/
HDspecspec.c257 NODE *root1, *root2; in mtree_specspec() local
259 root1 = spec(fi); in mtree_specspec()
261 rval = walk_in_the_forest(root1, root2, ""); in mtree_specspec()
262 rval += compare_nodes(root1, root2, ""); in mtree_specspec()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-predcom.c2610 gimple *stmt1, *stmt2, *root1, *root2, *s1, *s2; in reassociate_to_the_same_stmt() local
2620 root1 = find_associative_operation_root (stmt1, &dist1); in reassociate_to_the_same_stmt()
2624 gcc_assert (root1 && root2 && root1 == root2 in reassociate_to_the_same_stmt()
HDgenrecog.c2661 position *root1 = 0; in merge_patterns() local
2665 && !merge_relative_positions (&root1, d1->test.pos, in merge_patterns()
2682 && !merge_relative_positions (&root1, to1_res->root, in merge_patterns()
2809 merge_state_result *new_res1 = new merge_state_result (pat, root1, in merge_patterns()