Home
last modified time | relevance | path

Searched refs:visit_phi (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.h89 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
H A Dtree-ssa-copy.c75 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
328 copy_prop::visit_phi (gphi *phi) in visit_phi() function
H A Dtree-complex.c66 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
407 complex_propagate::visit_phi (gphi *phi) in visit_phi() function
H A Dtree-ssa-propagate.c226 val = visit_phi (as_a <gphi *> (stmt)); in simulate_stmt()
H A Dtree-ssa-ccp.c183 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
1127 ccp_propagate::visit_phi (gphi *phi) in visit_phi() function
H A Dtree-vrp.c3448 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
4731 vrp_prop::visit_phi (gphi *phi) in visit_phi() function
H A Dtree-ssa-sccvn.c5167 visit_phi (gimple *phi, bool *inserted, bool backedges_varying_p) in visit_phi() function
5351 changed = visit_phi (stmt, NULL, backedges_varying_p);
7642 if ((phival_changed = visit_phi (gsi.phi (), in do_rpo_vn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-propagate.h88 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
H A Dtree-ssa-copy.cc75 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
328 copy_prop::visit_phi (gphi *phi) in visit_phi() function in copy_prop
H A Dpointer-query.h43 bool visit_phi (tree);
H A Dpointer-query.cc790 if (!psnlim->visit_phi (ref)) in get_ref()
1371 ssa_name_limit_t::visit_phi (tree ssa_name) in visit_phi() function in ssa_name_limit_t
1415 && !visit_phi (ssa_name)) in next_phi()
H A Dtree-ssa-propagate.cc226 val = visit_phi (as_a <gphi *> (stmt)); in simulate_stmt()
H A Dtree-complex.cc68 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
409 complex_propagate::visit_phi (gphi *phi) in visit_phi() function in complex_propagate
H A Dtree-ssa-ccp.cc184 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
1128 ccp_propagate::visit_phi (gphi *phi) in visit_phi() function in ccp_propagate
H A Dtree-vrp.cc3792 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE;
3960 vrp_prop::visit_phi (gphi *phi) in visit_phi() function in vrp_prop
H A Dtree-ssa-sccvn.cc5544 visit_phi (gimple *phi, bool *inserted, bool backedges_varying_p) in visit_phi() function
5728 changed = visit_phi (stmt, NULL, backedges_varying_p); in visit_stmt()
8081 if ((phival_changed = visit_phi (gsi.phi (), in do_rpo_vn()
H A DChangeLog-20183233 * tree-ssa-sccvn.c (visit_phi): Tweak previous fix to not
3479 * tree-ssa-sccvn.c (visit_phi): Do not value-number to unvisited
8103 (vrp_prop::visit_phi): Same.
8651 * tree-ssa-ccp.c (ccp_propagate::visit_phi): Avoid excess
9863 (visit_phi): Re-instantiate handling of supposed to be VARYING
10836 * tree-ssa-sccvn.c (visit_phi): Revert some earlier changes.
11389 * tree-ssa-sccvn.c (visit_phi): When value-numbering to a
11411 * tree-ssa-sccvn.c (visit_phi): Remove redundant allsame
11700 (visit_phi): When the degenerate result is from the backedge and
14262 * tree-ssa-sccvn.c (visit_phi): Compare invariant addresses
H A DChangeLog-20178886 Call visit_phi/visit_stmt from the class rather than via
8891 set file scoped statics for the visit_stmt/visit_phi callbacks.
8895 (complex_propagate::visit_phi): Renamed from complex_visit_phi.
8900 (ccp_propagate::visit_phi): Renamed from ccp_visit_phi_node.
8906 (copy_prop::visit_phi): Renamed from copy_prop_visit_phi_node.
8910 (vrp_prop::visit_phi): Renamed from vrp_visit_phi_node.
14964 * tree-ssa-sccvn.c (visit_phi): Properly handle all VN_TOP
15193 * tree-ssa-sccvn.c (visit_phi): Merge undefined values similar
H A DChangeLog.tuples1200 (visit_phi): Likewise.
H A DChangeLog-20204204 (complex_propagate::visit_phi): Likewise.
5221 * tree-vrp.c (class vrp_folder): Make visit_stmt, visit_phi,
5235 (vrp_prop::visit_phi): Same.
5297 (vrp_prop::visit_phi): Move.
H A DChangeLog-20157116 (visit_phi): For PHIs with just a single executable edge
14492 (visit_phi): Likewise.
19180 * tree-ssa-sccvn.c (visit_phi): Keep all-TOP args TOP.
19482 (visit_phi): Prefer to value-number to another PHI node
H A DChangeLog-202118560 (ssa_name_limit_t::visit_phi): Same.
30781 * tree-ssa-sccvn.c (visit_phi): Ignore edges with the
H A DChangeLog-201437974 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
38611 (visit_phi): Ignore edges marked as not executable.
H A DChangeLog-200712986 * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.