Lines Matching refs:gimple_assign_lhs
618 && has_single_use (gimple_assign_lhs (stmt))) in is_reassociable_op()
644 && tree_nop_conversion_p (TREE_TYPE (gimple_assign_lhs (ass)), in gimple_nop_conversion_p()
1254 lhs = gimple_assign_lhs (stmt); in propagate_op_to_single_use()
1757 oe1->op = gimple_assign_lhs (prod); in undistribute_ops_list()
2316 ret = gimple_assign_lhs (g); in force_into_ssa_name()
2892 exp = gimple_assign_lhs (g); in optimize_range_tests_to_bit_test()
3007 op = gimple_assign_lhs (g); in optimize_range_tests_cmp_bitwise()
3015 exp = gimple_assign_lhs (g); in optimize_range_tests_cmp_bitwise()
3021 op = gimple_assign_lhs (g); in optimize_range_tests_cmp_bitwise()
3259 rhs1 = gimple_assign_lhs (g); in optimize_range_tests_var_bound()
3263 rhs2 = gimple_assign_lhs (g); in optimize_range_tests_var_bound()
3291 NOP_EXPR, gimple_assign_lhs (g)); in optimize_range_tests_var_bound()
3295 ranges[i].exp = gimple_assign_lhs (g); in optimize_range_tests_var_bound()
3621 lhs = gimple_assign_lhs (stmt); in final_range_test_p()
3750 == gimple_assign_lhs (stmt) in suitable_cond_bb()
3761 == gimple_assign_lhs (test_last) in suitable_cond_bb()
3801 lhs = gimple_assign_lhs (stmt); in no_side_effect_bb()
4043 lhs = gimple_assign_lhs (stmt); in maybe_optimize_range_tests()
4221 tree lhs = gimple_assign_lhs (cast_or_tcc_cmp_stmt); in maybe_optimize_range_tests()
4321 lhs = gimple_assign_lhs (stmt); in is_phi_for_stmt()
4456 tree lhs = gimple_assign_lhs (stmt); in rewrite_expr_tree()
4710 op1 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
4712 op2 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
4722 op2 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
4796 tree lhs = gimple_assign_lhs (stmt); in linearize_expr()
4806 gimple_assign_lhs (binlhs), in linearize_expr()
4808 gimple_assign_set_rhs1 (stmt, gimple_assign_lhs (binrhs)); in linearize_expr()
4877 && TREE_CODE (gimple_assign_lhs (negatedefstmt)) == SSA_NAME in negate_value()
4878 && has_single_use (gimple_assign_lhs (negatedefstmt)) in negate_value()
4883 tree lhs = gimple_assign_lhs (negatedefstmt); in negate_value()
4925 tree lhs = gimple_assign_lhs (stmt); in should_break_up_subtract()
5229 tree x = make_ssa_name (TREE_TYPE (gimple_assign_lhs (feed))); in repropagate_negates()
5237 plus_negates.safe_push (gimple_assign_lhs (user)); in repropagate_negates()
5303 || !can_reassociate_p (gimple_assign_lhs (stmt))) in break_up_subtract_bb()
5322 plus_negates.safe_push (gimple_assign_lhs (stmt)); in break_up_subtract_bb()
5871 lhs = gimple_assign_lhs (stmt); in reassociate_bb()
6118 tree lhs = gimple_assign_lhs (use_stmt); in branch_fixup()