Home
last modified time | relevance | path

Searched refs:negateop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-reassoc.cc862 tree negateop; in eliminate_plus_minus_pair() local
870 negateop = get_unary_op (curr->op, NEGATE_EXPR); in eliminate_plus_minus_pair()
872 if (negateop == NULL_TREE && notop == NULL_TREE) in eliminate_plus_minus_pair()
884 if (negateop in eliminate_plus_minus_pair()
885 && ops_equal_values_p (oe->op, negateop)) in eliminate_plus_minus_pair()
890 print_generic_expr (dump_file, negateop); in eliminate_plus_minus_pair()
928 if (negateop != NULL_TREE in eliminate_plus_minus_pair()
6014 tree negateop = gimple_assign_rhs1 (SSA_NAME_DEF_STMT (negate)); in repropagate_negates() local
6015 if (TREE_CODE (negateop) == SSA_NAME in repropagate_negates()
6016 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (negateop)) in repropagate_negates()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-reassoc.c795 tree negateop; in eliminate_plus_minus_pair() local
803 negateop = get_unary_op (curr->op, NEGATE_EXPR); in eliminate_plus_minus_pair()
805 if (negateop == NULL_TREE && notop == NULL_TREE) in eliminate_plus_minus_pair()
817 if (negateop in eliminate_plus_minus_pair()
818 && ops_equal_values_p (oe->op, negateop)) in eliminate_plus_minus_pair()
823 print_generic_expr (dump_file, negateop); in eliminate_plus_minus_pair()
861 if (negateop != NULL_TREE in eliminate_plus_minus_pair()
5614 tree negateop = gimple_assign_rhs1 (SSA_NAME_DEF_STMT (negate)); in repropagate_negates() local
5615 if (TREE_CODE (negateop) == SSA_NAME in repropagate_negates()
5616 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (negateop)) in repropagate_negates()
[all …]