Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-manip.cc1369 gphi *phi_rest = create_phi_node (new_init, rest); in tree_transform_and_unroll_loop() local
1370 add_phi_arg (phi_rest, init, precond_edge, UNKNOWN_LOCATION); in tree_transform_and_unroll_loop()
1371 add_phi_arg (phi_rest, next, new_exit, UNKNOWN_LOCATION); in tree_transform_and_unroll_loop()