| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-propagate.h | 89 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
|
| H A D | tree-ssa-copy.c | 75 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE; 328 copy_prop::visit_phi (gphi *phi) in visit_phi() function
|
| H A D | tree-complex.c | 66 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE; 407 complex_propagate::visit_phi (gphi *phi) in visit_phi() function
|
| H A D | tree-ssa-propagate.c | 226 val = visit_phi (as_a <gphi *> (stmt)); in simulate_stmt()
|
| H A D | tree-ssa-ccp.c | 183 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE; 1127 ccp_propagate::visit_phi (gphi *phi) in visit_phi() function
|
| H A D | tree-vrp.c | 3448 enum ssa_prop_result visit_phi (gphi *) FINAL OVERRIDE; 4731 vrp_prop::visit_phi (gphi *phi) in visit_phi() function
|
| H A D | tree-ssa-sccvn.c | 5167 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 D | tree-ssa-propagate.h | 88 virtual enum ssa_prop_result visit_phi (gphi *) = 0;
|
| H A D | tree-ssa-copy.cc | 75 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 D | pointer-query.h | 43 bool visit_phi (tree);
|
| H A D | pointer-query.cc | 790 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 D | tree-ssa-propagate.cc | 226 val = visit_phi (as_a <gphi *> (stmt)); in simulate_stmt()
|
| H A D | tree-complex.cc | 68 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 D | tree-ssa-ccp.cc | 184 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 D | tree-vrp.cc | 3792 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 D | tree-ssa-sccvn.cc | 5544 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 D | ChangeLog-2018 | 3233 * 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 D | ChangeLog-2017 | 8886 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 D | ChangeLog.tuples | 1200 (visit_phi): Likewise.
|
| H A D | ChangeLog-2020 | 4204 (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 D | ChangeLog-2015 | 7116 (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 D | ChangeLog-2021 | 18560 (ssa_name_limit_t::visit_phi): Same. 30781 * tree-ssa-sccvn.c (visit_phi): Ignore edges with the
|
| H A D | ChangeLog-2014 | 37974 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP. 38611 (visit_phi): Ignore edges marked as not executable.
|
| H A D | ChangeLog-2007 | 12986 * tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
|