Home
last modified time | relevance | path

Searched refs:operand_equal_for_phi_arg_p (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-phiopt.c138 if (operand_equal_for_phi_arg_p (gimple_phi_arg_def (p, e0->dest_idx), in single_non_singleton_phi_for_edges()
739 if ((operand_equal_for_phi_arg_p (arg0, op0) in rhs_is_fed_for_value_replacement()
740 && operand_equal_for_phi_arg_p (arg1, op1)) in rhs_is_fed_for_value_replacement()
741 || (operand_equal_for_phi_arg_p (arg0, op1) in rhs_is_fed_for_value_replacement()
742 && operand_equal_for_phi_arg_p (arg1, op0))) in rhs_is_fed_for_value_replacement()
768 if ((operand_equal_for_phi_arg_p (arg0, lhs) in operand_equal_for_value_replacement()
769 && operand_equal_for_phi_arg_p (arg1, rhs)) in operand_equal_for_value_replacement()
770 || (operand_equal_for_phi_arg_p (arg1, lhs) in operand_equal_for_value_replacement()
771 && operand_equal_for_phi_arg_p (arg0, rhs))) in operand_equal_for_value_replacement()
1107 if (!operand_equal_for_phi_arg_p (cond_lhs, grhs1)) in value_replacement()
[all …]
HDtree-ssa-loop-split.c255 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in connect_loop_phis()
HDtree-cfgcleanup.c435 if (!operand_equal_for_phi_arg_p (val1, val2)) in phi_alternatives_equal()
HDtree-ssa-tail-merge.c1366 if (operand_equal_for_phi_arg_p (val1, val2)) in same_phi_alternatives_1()
HDtree-ssa-loop-manip.c1321 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in tree_transform_and_unroll_loop()
HDtree-ssa-dom.c1161 else if (! operand_equal_for_phi_arg_p (rhs, t)) in record_equivalences_from_phis()
HDtree-ssa-forwprop.c1599 if (!operand_equal_for_phi_arg_p (def_arg1[0], def_arg1[1]) in simplify_rotate()
HDtree.h4822 extern int operand_equal_for_phi_arg_p (const_tree, const_tree);
HDtree.c11261 operand_equal_for_phi_arg_p (const_tree arg0, const_tree arg1) in operand_equal_for_phi_arg_p() function
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-phiopt.c696 if ((operand_equal_for_phi_arg_p (arg0, gimple_cond_lhs (cond)) in value_replacement()
697 && operand_equal_for_phi_arg_p (arg1, gimple_cond_rhs (cond))) in value_replacement()
698 || (operand_equal_for_phi_arg_p (arg1, gimple_cond_lhs (cond)) in value_replacement()
699 && operand_equal_for_phi_arg_p (arg0, gimple_cond_rhs (cond)))) in value_replacement()
799 if (operand_equal_for_phi_arg_p (arg_true, smaller) in minmax_replacement()
800 && operand_equal_for_phi_arg_p (arg_false, larger)) in minmax_replacement()
810 else if (operand_equal_for_phi_arg_p (arg_false, smaller) in minmax_replacement()
811 && operand_equal_for_phi_arg_p (arg_true, larger)) in minmax_replacement()
846 if (!operand_equal_for_phi_arg_p (lhs, arg_true)) in minmax_replacement()
849 if (operand_equal_for_phi_arg_p (arg_false, larger)) in minmax_replacement()
[all …]
HDtree-cfgcleanup.c357 if (!operand_equal_for_phi_arg_p (val1, val2)) in phi_alternatives_equal()
HDtree-ssa-loop-manip.c1000 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in tree_transform_and_unroll_loop()
HDtree-ssa-tail-merge.c1219 if (operand_equal_for_phi_arg_p (val1, val2)) in same_phi_alternatives_1()
HDtree-ssa-dom.c1055 else if (! operand_equal_for_phi_arg_p (rhs, t)) in record_equivalences_from_phis()
HDtree.h5185 extern int operand_equal_for_phi_arg_p (const_tree, const_tree);
HDtree.c10347 operand_equal_for_phi_arg_p (const_tree arg0, const_tree arg1) in operand_equal_for_phi_arg_p() function