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

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssanames.h122 copy_ssa_name (tree var, gimple *stmt = NULL) function
H A Dtree-vect-loop-manip.c1273 tree new_vop = copy_ssa_name (PHI_RESULT (phi));
2138 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2166 tree new_res = copy_ssa_name (orig_arg);
2238 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2343 tree new_res = copy_ssa_name (PHI_RESULT (update_phi));
3489 new_res = copy_ssa_name (PHI_RESULT (orig_phi));
H A Dgraphite.c318 tree res = copy_ssa_name (arg);
H A Dtree-outof-ssa.c1233 name = copy_ssa_name (result);
1258 tree name = copy_ssa_name (result);
H A Dtree-call-cdce.c950 bi_call_lhs = copy_ssa_name (bi_newcall_lhs);
956 gphi *new_phi = create_phi_node (copy_ssa_name (bi_newcall_lhs),
H A Dtree-ssa-loop-manip.c1351 new_init = copy_ssa_name (next);
1355 new_init = copy_ssa_name (init);
H A Dtree-ssa-loop-split.c267 new_init = copy_ssa_name (next);
271 new_init = copy_ssa_name (init);
H A Dtree-parloops.c1766 local_res = copy_ssa_name (lhs);
2404 tree res_c = copy_ssa_name (res_a, phi);
2463 tree res_y = copy_ssa_name (res_z, phi);
2652 t = copy_ssa_name (res, phi);
2811 initvar = copy_ssa_name (cvar);
3927 tree phi_res = copy_ssa_name (vdef);
H A Dgimple-loop-interchange.cc893 tree cond, tmp = copy_ssa_name (re->var);
901 new_var = copy_ssa_name (re->var);
H A Dtree-tailcall.c828 tree var = copy_ssa_name (acc);
H A Dtree-vect-stmts.c1820 tree new_vdef = copy_ssa_name (vuse, vec_stmt);
4340 tree phi_res = copy_ssa_name (op);
4354 tree phi_arg = copy_ssa_name (op);
7948 tree newoff = copy_ssa_name (running_off, NULL);
8024 newoff = copy_ssa_name (running_off, NULL);
8838 scalar_dest = copy_ssa_name (scalar_dest);
9047 tree newoff = copy_ssa_name (running_off);
9679 ptr = copy_ssa_name (dataref_ptr);
9714 ptr = copy_ssa_name (ptr, new_stmt);
9725 new_temp = copy_ssa_name (dataref_pt
[all...]
H A Dtree-switch-conversion.c598 name = copy_ssa_name (PHI_RESULT (phi));
750 tree name = copy_ssa_name (m_target_inbound_names[i]);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssanames.h117 copy_ssa_name (tree var, gimple *stmt = NULL) function
H A Dgimple-harden-conditionals.cc479 tree rhs = copy_ssa_name (lhs);
H A Dgraphite.cc318 tree res = copy_ssa_name (arg);
H A Dtree-outof-ssa.cc1233 name = copy_ssa_name (result);
1258 tree name = copy_ssa_name (result);
H A Dtree-call-cdce.cc951 bi_call_lhs = copy_ssa_name (bi_newcall_lhs);
957 gphi *new_phi = create_phi_node (copy_ssa_name (bi_newcall_lhs),
H A Dtree-ssa-loop-split.cc267 new_init = copy_ssa_name (next);
271 new_init = copy_ssa_name (init);
H A Dtree-ssa-loop-manip.cc1356 new_init = copy_ssa_name (next);
1360 new_init = copy_ssa_name (init);
H A Dtree-parloops.cc1766 local_res = copy_ssa_name (lhs);
2404 tree res_c = copy_ssa_name (res_a, phi);
2463 tree res_y = copy_ssa_name (res_z, phi);
2652 t = copy_ssa_name (res, phi);
2811 initvar = copy_ssa_name (cvar);
3931 tree phi_res = copy_ssa_name (vdef);
H A Dtree-vect-loop-manip.cc1347 tree new_vop = copy_ssa_name (PHI_RESULT (phi));
2217 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2245 tree new_res = copy_ssa_name (orig_arg);
2317 tree new_res = copy_ssa_name (PHI_RESULT (orig_phi));
2422 tree new_res = copy_ssa_name (PHI_RESULT (update_phi));
3669 new_res = copy_ssa_name (PHI_RESULT (orig_phi));
H A Dgimple-loop-interchange.cc893 tree cond, tmp = copy_ssa_name (re->var);
901 new_var = copy_ssa_name (re->var);
H A Dtree-tailcall.cc827 tree var = copy_ssa_name (acc);
H A Dtree-vect-stmts.cc1644 tree new_vdef = copy_ssa_name (vuse, vec_stmt);
4439 tree phi_res = copy_ssa_name (op);
4452 tree phi_arg = copy_ssa_name (op);
8089 tree newoff = copy_ssa_name (running_off, NULL);
8144 newoff = copy_ssa_name (running_off, NULL);
9080 scalar_dest = copy_ssa_name (scalar_dest);
9283 tree newoff = copy_ssa_name (running_off);
10024 ptr = copy_ssa_name (dataref_ptr);
10061 ptr = copy_ssa_name (ptr, new_stmt);
10073 new_temp = copy_ssa_name (dataref_pt
[all...]
H A Dtree-switch-conversion.cc599 name = copy_ssa_name (PHI_RESULT (phi));
751 tree name = copy_ssa_name (m_target_inbound_names[i]);

Completed in 880 milliseconds

12