Searched refs:new_rhs1 (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | vr-values.c | 4109 tree new_rhs1 = NULL_TREE; in simplify_stmt_using_ranges() local 4117 new_rhs1 = int_const_binop (rhs_code, rhs1, val1); in simplify_stmt_using_ranges() 4125 new_rhs1 = int_const_binop (rhs_code, val1, rhs2); in simplify_stmt_using_ranges() 4132 if (new_rhs1 && new_rhs2) in simplify_stmt_using_ranges() 4137 new_rhs1, in simplify_stmt_using_ranges()
|
| HD | gimple-ssa-strength-reduction.c | 3640 replace_rhs_if_not_dup (enum tree_code new_code, tree new_rhs1, tree new_rhs2, in replace_rhs_if_not_dup() argument 3645 || ((!operand_equal_p (new_rhs1, old_rhs1, 0) in replace_rhs_if_not_dup() 3647 && (!operand_equal_p (new_rhs1, old_rhs2, 0) in replace_rhs_if_not_dup() 3652 gimple_assign_set_rhs_with_ops (&gsi, new_code, new_rhs1, new_rhs2); in replace_rhs_if_not_dup()
|
| HD | tree-ssa-reassoc.c | 4541 tree new_rhs1 in rewrite_expr_tree() local 4546 if (oe->op != rhs2 || new_rhs1 != rhs1) in rewrite_expr_tree() 4565 gimple *insert_point = find_insert_point (stmt, new_rhs1, oe->op); in rewrite_expr_tree() 4569 new_rhs1, oe->op); in rewrite_expr_tree() 4579 gcc_checking_assert (find_insert_point (stmt, new_rhs1, oe->op) in rewrite_expr_tree() 4581 gimple_assign_set_rhs1 (stmt, new_rhs1); in rewrite_expr_tree()
|