Searched refs:src_e (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadupdate.c | 436 copy_phi_arg_into_existing_phi (edge src_e, edge tgt_e) in copy_phi_arg_into_existing_phi() argument 438 int src_idx = src_e->dest_idx; in copy_phi_arg_into_existing_phi() 442 for (gphi_iterator gsi = gsi_start_phis (src_e->dest), in copy_phi_arg_into_existing_phi() 508 copy_phi_args (basic_block bb, edge src_e, edge tgt_e, in copy_phi_args() argument 512 int src_indx = src_e->dest_idx; in copy_phi_args()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-threadupdate.cc | 518 copy_phi_arg_into_existing_phi (edge src_e, edge tgt_e) in copy_phi_arg_into_existing_phi() argument 520 int src_idx = src_e->dest_idx; in copy_phi_arg_into_existing_phi() 524 for (gphi_iterator gsi = gsi_start_phis (src_e->dest), in copy_phi_arg_into_existing_phi() 590 copy_phi_args (basic_block bb, edge src_e, edge tgt_e, in copy_phi_args() argument 594 int src_indx = src_e->dest_idx; in copy_phi_args()
|