Searched refs:e_copy (Results 1 – 1 of 1) sorted by relevance
4359 edge e, e_copy; in add_phi_args_after_copy_bb() local4365 FOR_EACH_EDGE (e_copy, ei, bb_copy->succs) in add_phi_args_after_copy_bb()4367 if (!phi_nodes (e_copy->dest)) in add_phi_args_after_copy_bb()4370 if (e_copy->dest->flags & BB_DUPLICATED) in add_phi_args_after_copy_bb()4371 dest = get_bb_original (e_copy->dest); in add_phi_args_after_copy_bb()4373 dest = e_copy->dest; in add_phi_args_after_copy_bb()4389 for (phi = phi_nodes (e->dest), phi_copy = phi_nodes (e_copy->dest); in add_phi_args_after_copy_bb()4395 add_phi_arg (phi_copy, def, e_copy); in add_phi_args_after_copy_bb()