Searched refs:copy_ssa_name (Results 26 - 40 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dce.cc1825 tree def = copy_ssa_name (vphi_args[0]);
H A Dipa-split.cc1561 retval = copy_ssa_name (retval, call);
H A Domp-oacc-neuter-broadcast.cc922 tree neutered_def = copy_ssa_name (var, NULL);
H A Dtree-predcom.cc2037 phi_result = copy_ssa_name (next);
H A Dtree-vect-data-refs.cc5207 new_dataref_ptr = copy_ssa_name (dataref_ptr);
5807 new_temp = copy_ssa_name (ptr);
H A Dtree-vect-loop.cc5439 tree new_def = copy_ssa_name (def);
8935 tree vec_lhs_phi = copy_ssa_name (vec_lhs);
H A Dtree-loop-distribution.cc3371 tree reduction_var_new = copy_ssa_name (reduction_var);
H A Dtree-cfg.cc5905 gimple_phi_set_result (phi, copy_ssa_name (var, phi));
H A Domp-expand.cc4638 tree new_res = copy_ssa_name (t, NULL);
6232 t = copy_ssa_name (t, phi);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c1542 retval = copy_ssa_name (retval, call);
H A Dtree-predcom.c1904 phi_result = copy_ssa_name (next);
H A Dtree-vect-data-refs.c5001 new_dataref_ptr = copy_ssa_name (dataref_ptr);
5592 new_temp = copy_ssa_name (ptr);
H A Dtree-vect-loop.c4776 tree new_def = copy_ssa_name (def);
8125 tree vec_lhs_phi = copy_ssa_name (vec_lhs);
H A Domp-expand.c3457 tree new_res = copy_ssa_name (t, NULL);
5050 t = copy_ssa_name (t, phi);
H A Dtree-cfg.c5856 gimple_phi_set_result (phi, copy_ssa_name (var, phi));

Completed in 667 milliseconds

12