Searched refs:phi_rest (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/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 935 phi_rest = create_phi_node (new_init, rest); in tree_unroll_loop() 936 SSA_NAME_DEF_STMT (new_init) = phi_rest; in tree_unroll_loop() 938 add_phi_arg (phi_rest, init, precond_edge); in tree_unroll_loop() 939 add_phi_arg (phi_rest, next, new_exit); in tree_unroll_loop()
|