Searched refs:phi_rest (Results 1 – 1 of 1) sorted by relevance
1369 gphi *phi_rest = create_phi_node (new_init, rest); in tree_transform_and_unroll_loop() local1370 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()