Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-manip.c846 tree phi_old_loop, phi_new_loop, phi_rest, init, next, new_init, var; in tree_unroll_loop() local
911 phi_new_loop = phi_nodes (new_loop->header); in tree_unroll_loop()
914 phi_new_loop = PHI_CHAIN (phi_new_loop)) in tree_unroll_loop()
917 op = PHI_ARG_DEF_PTR_FROM_EDGE (phi_new_loop, new_entry); in tree_unroll_loop()