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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-manip.c846 tree phi_old_loop, phi_new_loop, phi_rest, init, next, new_init, var; local
935 phi_rest = create_phi_node (new_init, rest);
936 SSA_NAME_DEF_STMT (new_init) = phi_rest;
938 add_phi_arg (phi_rest, init, precond_edge);
939 add_phi_arg (phi_rest, next, new_exit);

Completed in 112 milliseconds