Home
last modified time | relevance | path

Searched refs:orig_use_stmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc2220 gimple *orig_use_stmt = use_stmt; in spaceship_replacement() local
2644 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()
H A Dtree-ssa-math-opts.cc4264 gimple *orig_use_stmt = use_stmt; in match_arith_overflow() local
4309 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()