Home
last modified time | relevance | path

Searched refs:resolve_phi (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadbackward.cc94 void resolve_phi (gphi *phi, bitmap imports);
356 back_threader::resolve_phi (gphi *phi, bitmap interesting) in resolve_phi() function in back_threader
444 resolve_phi (as_a<gphi *> (def_stmt), interesting); in find_paths_to_names()
H A DChangeLog-20215078 (back_threader::resolve_phi): Adjust comment.
5567 (back_threader::resolve_phi): Call dump_path.
8631 * tree-ssa-threadbackward.c (back_threader::resolve_phi):
9717 (back_threader::resolve_phi): Try to solve without looking back if
9784 * tree-ssa-threadbackward.c (back_threader::resolve_phi): Add
14792 (back_threader::resolve_phi): Do not calculate taken edge before
18491 (back_threader::resolve_phi): New.