Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-pointer-equiv.h40 void visit_stmt (gimple *stmt);
H A Dtree-ssa-propagate.h87 virtual enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) = 0;
H A Dtree-ssa-copy.cc74 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 Dvalue-pointer-equiv.cc268 pointer_equiv_analyzer::visit_stmt (gimple *stmt) in visit_stmt() function in pointer_equiv_analyzer
H A Dgimple-ssa-evrp.cc179 m_pta->visit_stmt (stmt); in pre_fold_stmt()
H A Dtree-ssa-propagate.cc230 val = visit_stmt (stmt, &taken_edge, &output_name); in simulate_stmt()
H A Dtree-complex.cc67 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 Dtree-vrp.cc3791 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 Dtree-ssa-ccp.cc183 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 Dtree-ssa-sccvn.cc5717 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 DChangeLog.tree-ssa3837 * 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 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.
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 DChangeLog-20204202 * 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 DChangeLog-202110428 * 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 DChangeLog-20184090 (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 DChangeLog-200416785 * 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 DChangeLog-201919898 (vrp_prop::visit_stmt): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.h88 virtual enum ssa_prop_result visit_stmt (gimple *, edge *, tree *) = 0;
H A Dtree-ssa-copy.c74 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 Dtree-complex.c65 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 Dtree-ssa-propagate.c230 val = visit_stmt (stmt, &taken_edge, &output_name); in simulate_stmt()
H A Dtree-ssa-ccp.c182 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 Dtree-vrp.c3447 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 Dtree-ssa-sccvn.c5340 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()