Searched refs:phi_old_loop (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-manip.c | 846 tree phi_old_loop, phi_new_loop, phi_rest, init, next, new_init, var; in tree_unroll_loop() local 910 for (phi_old_loop = phi_nodes (loop->header), in tree_unroll_loop() 912 phi_old_loop; in tree_unroll_loop() 913 phi_old_loop = PHI_CHAIN (phi_old_loop), in tree_unroll_loop() 916 init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry); in tree_unroll_loop() 919 next = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_latch); in tree_unroll_loop()
|