Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-manip.c887 gimple phi_old_loop, phi_new_loop, phi_rest; in tree_transform_and_unroll_loop() local
995 phi_old_loop = gsi_stmt (psi_old_loop); in tree_transform_and_unroll_loop()
998 init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry); in tree_transform_and_unroll_loop()
1001 next = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_latch); in tree_transform_and_unroll_loop()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-manip.c1221 gphi *phi_old_loop, *phi_new_loop, *phi_rest; in tree_transform_and_unroll_loop() local
1316 phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop()
1319 init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry); in tree_transform_and_unroll_loop()
1322 next = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_latch); in tree_transform_and_unroll_loop()