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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c952 gimple *to_phi = gsi_stmt (gsi_to); local
954 tree to_arg = PHI_ARG_DEF_FROM_EDGE (to_phi, to);
983 gphi *to_phi = get_virtual_phi (to->dest); local
985 set_current_def (PHI_ARG_DEF_FROM_EDGE (to_phi, to),
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc999 gimple *to_phi = gsi_stmt (gsi_to); local
1001 tree to_arg = PHI_ARG_DEF_FROM_EDGE (to_phi, to);
1030 gphi *to_phi = get_virtual_phi (to->dest); local
1032 set_current_def (PHI_ARG_DEF_FROM_EDGE (to_phi, to),

Completed in 148 milliseconds