Searched refs:before_dom_children_walk_stmts (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Ddomwalk.h69 void (*before_dom_children_walk_stmts) (struct dom_walk_data *, member in struct:dom_walk_data
H A Ddomwalk.c197 if (is_interesting && walk_data->before_dom_children_walk_stmts)
201 (*walk_data->before_dom_children_walk_stmts) (walk_data, bb,
205 (*walk_data->before_dom_children_walk_stmts) (walk_data, bb,
H A Dtree-ssa-dse.c429 walk_data.before_dom_children_walk_stmts = dse_optimize_stmt;
H A Dtree-ssa-uncprop.c406 walk_data.before_dom_children_walk_stmts = NULL;
H A Dtree-into-ssa.c1938 walk_data.before_dom_children_walk_stmts = rewrite_stmt;
1940 walk_data.before_dom_children_walk_stmts = rewrite_update_stmt;
2031 walk_data.before_dom_children_walk_stmts = mark_def_sites;
H A Dtree-ssa-dom.c259 walk_data.before_dom_children_walk_stmts = optimize_stmt;

Completed in 171 milliseconds