Searched refs:psi_old_loop (Results 1 – 2 of 2) sorted by relevance
1243 gphi_iterator psi_old_loop, psi_new_loop; in tree_transform_and_unroll_loop() local1332 for (psi_old_loop = gsi_start_phis (loop->header), in tree_transform_and_unroll_loop()1334 !gsi_end_p (psi_old_loop); in tree_transform_and_unroll_loop()1335 gsi_next (&psi_old_loop), gsi_next (&psi_new_loop)) in tree_transform_and_unroll_loop()1337 phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop()
1335 for (gphi_iterator psi_old_loop = gsi_start_phis (loop->header), in tree_transform_and_unroll_loop() local1337 !gsi_end_p (psi_old_loop); in tree_transform_and_unroll_loop()1338 gsi_next (&psi_old_loop), gsi_next (&psi_new_loop)) in tree_transform_and_unroll_loop()1340 gphi *phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop()