Searched refs:orig_use_stmt (Results 1 – 2 of 2) sorted by relevance
2220 gimple *orig_use_stmt = use_stmt; in spaceship_replacement() local2644 if (orig_use_lhs && use_stmt == orig_use_stmt) in spaceship_replacement()2661 gimple_stmt_iterator gsi = gsi_for_stmt (orig_use_stmt); in spaceship_replacement()2664 update_stmt (orig_use_stmt); in spaceship_replacement()2711 gimple_stmt_iterator gsi = gsi_for_stmt (orig_use_stmt); in spaceship_replacement()
4264 gimple *orig_use_stmt = use_stmt; in match_arith_overflow() local4309 if (code == MULT_EXPR && use_stmt != orig_use_stmt) in match_arith_overflow()4311 gimple_stmt_iterator gsi2 = gsi_for_stmt (orig_use_stmt); in match_arith_overflow()4312 maybe_optimize_guarding_check (mul_stmts, use_stmt, orig_use_stmt, in match_arith_overflow()4315 release_ssa_name (gimple_assign_lhs (orig_use_stmt)); in match_arith_overflow()