Searched refs:operand_equal_for_phi_arg_p (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-phiopt.c | 138 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 …]
|
| HD | tree-ssa-loop-split.c | 255 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in connect_loop_phis()
|
| HD | tree-cfgcleanup.c | 435 if (!operand_equal_for_phi_arg_p (val1, val2)) in phi_alternatives_equal()
|
| HD | tree-ssa-tail-merge.c | 1366 if (operand_equal_for_phi_arg_p (val1, val2)) in same_phi_alternatives_1()
|
| HD | tree-ssa-loop-manip.c | 1321 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in tree_transform_and_unroll_loop()
|
| HD | tree-ssa-dom.c | 1161 else if (! operand_equal_for_phi_arg_p (rhs, t)) in record_equivalences_from_phis()
|
| HD | tree-ssa-forwprop.c | 1599 if (!operand_equal_for_phi_arg_p (def_arg1[0], def_arg1[1]) in simplify_rotate()
|
| HD | tree.h | 4822 extern int operand_equal_for_phi_arg_p (const_tree, const_tree);
|
| HD | tree.c | 11261 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/ |
| HD | tree-ssa-phiopt.c | 696 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 …]
|
| HD | tree-cfgcleanup.c | 357 if (!operand_equal_for_phi_arg_p (val1, val2)) in phi_alternatives_equal()
|
| HD | tree-ssa-loop-manip.c | 1000 gcc_assert (operand_equal_for_phi_arg_p (init, USE_FROM_PTR (op))); in tree_transform_and_unroll_loop()
|
| HD | tree-ssa-tail-merge.c | 1219 if (operand_equal_for_phi_arg_p (val1, val2)) in same_phi_alternatives_1()
|
| HD | tree-ssa-dom.c | 1055 else if (! operand_equal_for_phi_arg_p (rhs, t)) in record_equivalences_from_phis()
|
| HD | tree.h | 5185 extern int operand_equal_for_phi_arg_p (const_tree, const_tree);
|
| HD | tree.c | 10347 operand_equal_for_phi_arg_p (const_tree arg0, const_tree arg1) in operand_equal_for_phi_arg_p() function
|