Home
last modified time | relevance | path

Searched defs:visit_stmt (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-copy.c274 copy_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *result_p) in visit_stmt() function
H A Dtree-complex.c312 complex_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, in visit_stmt() function
H A Dtree-ssa-ccp.c2411 ccp_propagate::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
H A Dtree-vrp.c5571 vrp_prop::visit_stmt (gimple *stmt, edge *taken_edge_p, tree *output_p) in visit_stmt() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-propagate.c824 ssa_propagate (ssa_prop_visit_stmt_fn visit_stmt, in ssa_propagate()