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

/freebsd-10.3-release/contrib/gcc/
H A Dtree-cfg.c4361 tree phi, phi_copy, phi_next, def; local
4389 for (phi = phi_nodes (e->dest), phi_copy = phi_nodes (e_copy->dest);
4391 phi = phi_next, phi_copy = PHI_CHAIN (phi_copy))
4395 add_phi_arg (phi_copy, def, e_copy);

Completed in 103 milliseconds