Searched refs:phi_old_loop (Results 1 – 2 of 2) sorted by relevance
1242 gphi *phi_old_loop, *phi_new_loop, *phi_rest; in tree_transform_and_unroll_loop() local1337 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()
1340 gphi *phi_old_loop = psi_old_loop.phi (); in tree_transform_and_unroll_loop() local1343 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()