Lines Matching refs:gimple_assign_lhs
537 && has_single_use (gimple_assign_lhs (stmt))) in is_reassociable_op()
1000 gcc_assert (has_single_use (gimple_assign_lhs (stmt))); in zero_one_operation()
1001 single_imm_use (gimple_assign_lhs (stmt), &use, &use_stmt); in zero_one_operation()
1002 if (gimple_assign_lhs (stmt) == *def) in zero_one_operation()
1341 oe1->op = gimple_assign_lhs (prod); in undistribute_ops_list()
2040 lhs = gimple_assign_lhs (stmt); in is_phi_for_stmt()
2350 op1 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
2352 op2 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
2358 op2 = gimple_assign_lhs (stmts[stmt_index++]); in rewrite_expr_tree_parallel()
2427 gimple_assign_set_rhs1 (binrhs, gimple_assign_lhs (binlhs)); in linearize_expr()
2428 gimple_assign_set_rhs1 (stmt, gimple_assign_lhs (binrhs)); in linearize_expr()
2491 && TREE_CODE (gimple_assign_lhs (negatedefstmt)) == SSA_NAME in negate_value()
2492 && has_single_use (gimple_assign_lhs (negatedefstmt)) in negate_value()
2508 return gimple_assign_lhs (negatedefstmt); in negate_value()
2526 tree lhs = gimple_assign_lhs (stmt); in should_break_up_subtract()
2731 gimple_assign_lhs (gsi_stmt (gsi2))); in repropagate_negates()
2792 || !can_reassociate_p (gimple_assign_lhs (stmt))) in break_up_subtract_bb()
2811 VEC_safe_push (tree, heap, plus_negates, gimple_assign_lhs (stmt)); in break_up_subtract_bb()
2869 lhs = gimple_assign_lhs (stmt); in reassociate_bb()