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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c2167 gphi *lcphi = create_phi_node (new_res, between_bb); local
2168 add_phi_arg (lcphi, orig_arg, single_exit (first), UNKNOWN_LOCATION);
H A Dtree-parloops.c613 gphi *lcphi; local
616 FOR_EACH_VEC_ELT (lcphis, i, lcphi)
617 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, gimple_phi_result (lcphi))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc613 gphi *lcphi; local
616 FOR_EACH_VEC_ELT (lcphis, i, lcphi)
617 FOR_EACH_IMM_USE_FAST (use_p, imm_iter, gimple_phi_result (lcphi)) argument
H A Dtree-vect-loop-manip.cc2246 gphi *lcphi = create_phi_node (new_res, between_bb); local
2247 add_phi_arg (lcphi, orig_arg, single_exit (first), UNKNOWN_LOCATION);

Completed in 286 milliseconds