Searched defs:visit_stmt (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-copy.c | 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() function
|
H A D | tree-complex.c | 312 complex_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, in visit_stmt() function
|
H A D | tree-ssa-ccp.c | 2524 ccp_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
|
H A D | tree-vrp.c | 4539 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
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 | tree-ssa-copy.cc | 274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() function in copy_prop
|
H A D | tree-complex.cc | 314 complex_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, in visit_stmt() function in complex_propagate
|
H A D | tree-ssa-ccp.cc | 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-vrp.cc | 3853 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function in vrp_prop
|
H A D | tree-ssa-sccvn.cc | 5717 visit_stmt (gimple *stmt, bool backedges_varying_p = false) in visit_stmt() function
|