Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1242 gphi *phi_old_loop, *phi_new_loop, *phi_rest; in tree_transform_and_unroll_loop() local
1337 phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop()
1340 init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry); in tree_transform_and_unroll_loop()
1343 next = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_latch); in tree_transform_and_unroll_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1340 gphi *phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop() local
1343 tree init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry); in tree_transform_and_unroll_loop()
1347 tree next = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_latch); in tree_transform_and_unroll_loop()