Home
last modified time | relevance | path

Searched refs:get_value_locus_in_path (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c463 get_value_locus_in_path (tree def, vec<jump_thread_edge *> *path, in get_value_locus_in_path() function
522 def = get_value_locus_in_path (def, path, bb, idx, &locus); in copy_phi_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.cc545 get_value_locus_in_path (tree def, vec<jump_thread_edge *> *path, in get_value_locus_in_path() function
604 def = get_value_locus_in_path (def, path, bb, idx, &locus); in copy_phi_args()
H A DChangeLog.gimple-classes1374 (get_value_locus_in_path): Likewise.
2080 * tree-ssa-threadupdate.c (get_value_locus_in_path): Strengthen
H A DChangeLog-201440612 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
40613 (copy_phi_args): New parameters. Call get_value_locus_in_path.