Home
last modified time | relevance | path

Searched refs:copy_phi_args (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-threadupdate.cc590 copy_phi_args (basic_block bb, edge src_e, edge tgt_e, in copy_phi_args() function
628 copy_phi_args (e->dest, e, e2, path, idx); in update_destination_phis()
670 copy_phi_args (e->dest, rd->path->last ()->e, e, rd->path, idx); in create_edge_and_update_destination_phis()
1093 copy_phi_args (e2->dest, elast, e2, in ssa_fix_duplicate_block_edges()
DChangeLog.gimple-classes1375 (copy_phi_args): Likewise.
4270 (copy_phi_args): Likewise.
DChangeLog-201218796 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
19388 * tree-ssa-threadupdate.c (copy_phi_args): Likewise.
DChangeLog-201121332 (copy_phi_args, update_destination_phis): New functions.
21335 hung off e->aux. Use copy_phi_args.
DChangeLog-201440613 (copy_phi_args): New parameters. Call get_value_locus_in_path.