Searched refs:before_dom_children_before_stmts (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Ddomwalk.h64 void (*before_dom_children_before_stmts) (struct dom_walk_data *, member in struct:dom_walk_data
H A Ddomwalk.c193 if (walk_data->before_dom_children_before_stmts)
194 (*walk_data->before_dom_children_before_stmts) (walk_data, bb);
H A Dtree-ssa-dse.c428 walk_data.before_dom_children_before_stmts = NULL;
H A Dtree-ssa-uncprop.c405 walk_data.before_dom_children_before_stmts = uncprop_initialize_block;
H A Dtree-ssa-loop-im.c686 walk_data.before_dom_children_before_stmts = determine_invariantness_stmt;
775 walk_data.before_dom_children_before_stmts = move_computations_stmt;
H A Dtree-into-ssa.c1933 walk_data.before_dom_children_before_stmts = rewrite_update_init_block;
1935 walk_data.before_dom_children_before_stmts = rewrite_initialize_block;
2030 walk_data.before_dom_children_before_stmts = mark_def_sites_initialize_block;
H A Dtree-ssa-dom.c258 walk_data.before_dom_children_before_stmts = dom_opt_initialize_block;

Completed in 572 milliseconds