Home
last modified time | relevance | path

Searched refs:old_lhs (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c1775 tree new_lhs, old_lhs = gimple_phi_result (phi); in modify_cfun_body() local
1776 new_lhs = replace_removed_params_ssa_names (old_lhs, phi); in modify_cfun_body()
1780 release_ssa_name (old_lhs); in modify_cfun_body()
H A Dtree-inline.c2969 tree old_lhs = gimple_call_lhs (stmt); in redirect_all_calls() local
2979 if (old_lhs in redirect_all_calls()
2980 && TREE_CODE (old_lhs) == SSA_NAME in redirect_all_calls()
2985 id->killed_new_ssa_names->add (old_lhs); in redirect_all_calls()
H A Dtree-vect-patterns.c5206 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts() local
5208 gimple_set_lhs (pattern_stmt, old_lhs); in vect_mark_pattern_stmts()
H A Dtree-vect-loop.c8593 if (tree old_lhs = gimple_get_lhs (orig_stmt)) in update_epilogue_loop_vinfo() local
8594 mapping.put (old_lhs, gimple_get_lhs (new_stmt)); in update_epilogue_loop_vinfo()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc2273 tree new_lhs, old_lhs = gimple_phi_result (phi); in modify_cfun_body() local
2274 new_lhs = replace_removed_params_ssa_names (old_lhs, phi); in modify_cfun_body()
2278 release_ssa_name (old_lhs); in modify_cfun_body()
H A Dtree-vect-patterns.cc5713 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts() local
5715 gimple_set_lhs (pattern_stmt, old_lhs); in vect_mark_pattern_stmts()
H A Dtree-vect-loop.cc9565 if (tree old_lhs = gimple_get_lhs (orig_stmt)) in update_epilogue_loop_vinfo() local
9566 mapping.put (old_lhs, gimple_get_lhs (new_stmt)); in update_epilogue_loop_vinfo()