Searched refs:phi_old_loop (Results 1 – 2 of 2) sorted by relevance
887 gimple phi_old_loop, phi_new_loop, phi_rest; in tree_transform_and_unroll_loop() local995 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()
1221 gphi *phi_old_loop, *phi_new_loop, *phi_rest; in tree_transform_and_unroll_loop() local1316 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()