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

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

Completed in 297 milliseconds