Searched refs:negateop (Results 1 – 2 of 2) sorted by relevance
862 tree negateop; in eliminate_plus_minus_pair() local870 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() local6015 if (TREE_CODE (negateop) == SSA_NAME in repropagate_negates()6016 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (negateop)) in repropagate_negates()[all …]
795 tree negateop; in eliminate_plus_minus_pair() local803 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() local5615 if (TREE_CODE (negateop) == SSA_NAME in repropagate_negates()5616 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (negateop)) in repropagate_negates()[all …]