Home
last modified time | relevance | path

Searched refs:psi_old_loop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1243 gphi_iterator psi_old_loop, psi_new_loop; in tree_transform_and_unroll_loop() local
1332 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1335 for (gphi_iterator psi_old_loop = gsi_start_phis (loop->header), in tree_transform_and_unroll_loop() local
1337 !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()