| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-pointer-equiv.h | 40 void visit_stmt (gimple *stmt);
|
| H A D | tree-ssa-propagate.h | 87 virtual enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) = 0;
|
| H A D | tree-ssa-copy.cc | 74 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() function in copy_prop
|
| H A D | value-pointer-equiv.cc | 268 pointer_equiv_analyzer::visit_stmt (gimple *stmt) in visit_stmt() function in pointer_equiv_analyzer
|
| H A D | gimple-ssa-evrp.cc | 179 m_pta->visit_stmt (stmt); in pre_fold_stmt()
|
| H A D | tree-ssa-propagate.cc | 230 val = visit_stmt (stmt, &taken_edge, &output_name); in simulate_stmt()
|
| H A D | tree-complex.cc | 67 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 314 complex_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, in visit_stmt() function in complex_propagate
|
| H A D | tree-vrp.cc | 3791 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 3853 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function in vrp_prop 4307 m_pta->visit_stmt (stmt); in pre_fold_stmt()
|
| H A D | tree-ssa-ccp.cc | 183 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 2899 ccp_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function in ccp_propagate
|
| H A D | tree-ssa-sccvn.cc | 5717 visit_stmt (gimple *stmt, bool backedges_varying_p = false) in visit_stmt() function 7453 visit_stmt (phi, !iterate_phis); in process_bb() 7550 visit_stmt (gsi_stmt (gsi)); in process_bb()
|
| H A D | ChangeLog.tree-ssa | 3837 * tree-ssa-ccp.c (visit_stmt, ccp_fold, initialize, replace_uses_in, 5060 * tree-ssa-ccp.c (visit_stmt): Use NUM_VDEFS. Fix thinko in last 5068 * tree-ssa-ccp.c (visit_stmt, initialize): Similarly. 6092 * tree-ssa-ccp (visit_stmt): Update. 6339 * tree-ssa-ccp.c (visit_stmt): Don't check is_ctrl_structure. 7205 (visit_stmt, cpp_fold, add_var_to_ssa_edges_worklist, 7906 * tree-ssa-ccp.c (visit_stmt): Do not set DONT_SIMULATE_AGAIN 9558 (visit_stmt): Only visit statements that make new definitions using 10325 (visit_stmt): Don't do anything if the statement doesn't need to be 12557 (visit_stmt): Clear in_ccp_worklist. [all …]
|
| 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. 8894 (complex_propagate::visit_stmt): Renamed from complex_visit_stmt. 8901 (ccp_propagate::visit_stmt): Renamed from ccp_visit_stmt. 8905 (copy_prop::visit_stmt): Renamed from copy_prop_visit_stmt. 8909 (vrp_prop::visit_stmt): Renamed from vrp_visit_stmt.
|
| H A D | ChangeLog-2020 | 4202 * tree-complex.c (complex_propagate::visit_stmt): Make sure 5221 * tree-vrp.c (class vrp_folder): Make visit_stmt, visit_phi, 5234 (vrp_prop::visit_stmt): Same. 5295 (vrp_prop::visit_stmt): Move. 34811 (visit_stmt): Formatting fix.
|
| H A D | ChangeLog-2021 | 10428 * tree-ssa-sccvn.c (visit_stmt): Drop .DEFERRED_INIT to 10631 (visit_stmt): Remove the restriction around internal function 13758 (pointer_equiv_analyzer::visit_stmt): Same. 24011 (pointer_equiv_analyzer::visit_stmt): New.
|
| H A D | ChangeLog-2018 | 4090 (vrp_prop::visit_stmt): Use equal_p. 4758 (vrp_prop::visit_stmt): Likewise. 8101 (vrp_prop::visit_stmt): Same. 11579 (vrp_prop::visit_stmt): Likewise for local "old_vr".
|
| H A D | ChangeLog-2004 | 16785 * tree-ssa-ccp.c (cp_lattice_meet, visit_stmt, initialize, 22141 (visit_stmt): Visit assignments with V_MUST_DEFs. 30510 * tree-ssa-ccp.c (visit_stmt): Rename occurences of vdef
|
| H A D | ChangeLog-2019 | 19898 (vrp_prop::visit_stmt): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-propagate.h | 88 virtual enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) = 0;
|
| H A D | tree-ssa-copy.c | 74 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() function
|
| H A D | tree-complex.c | 65 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 312 complex_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, in visit_stmt() function
|
| H A D | tree-ssa-propagate.c | 230 val = visit_stmt (stmt, &taken_edge, &output_name); in simulate_stmt()
|
| H A D | tree-ssa-ccp.c | 182 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 2524 ccp_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
|
| H A D | tree-vrp.c | 3447 enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) FINAL OVERRIDE; 4539 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
|
| H A D | tree-ssa-sccvn.c | 5340 visit_stmt (gimple *stmt, bool backedges_varying_p = false) 7013 visit_stmt (phi, !iterate_phis); in process_bb() 7110 visit_stmt (gsi_stmt (gsi)); in process_bb()
|