Home
last modified time | relevance | path

Searched refs:need_eh_cleanup (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-phionlycprop.c105 bitmap interesting_names, bitmap need_eh_cleanup) in propagate_rhs_into_lhs() argument
346 bitmap need_eh_cleanup) in eliminate_const_or_copy() argument
376 interesting_names, need_eh_cleanup); in eliminate_const_or_copy()
414 bitmap need_eh_cleanup) in eliminate_degenerate_phis_1() argument
426 need_eh_cleanup); in eliminate_degenerate_phis_1()
434 need_eh_cleanup); in eliminate_degenerate_phis_1()
502 auto_bitmap need_eh_cleanup; in execute() local
530 need_eh_cleanup); in execute()
555 interesting_names, need_eh_cleanup); in execute()
568 if (!bitmap_empty_p (need_eh_cleanup)) in execute()
[all …]
H A Dgimple-ssa-evrp.c73 need_eh_cleanup = BITMAP_ALLOC (NULL); in evrp_dom_walker()
77 BITMAP_FREE (need_eh_cleanup); in ~evrp_dom_walker()
85 bitmap need_eh_cleanup; variable
189 bitmap_set_bit (need_eh_cleanup, bb->index); in before_dom_children()
270 if (!bitmap_empty_p (need_eh_cleanup)) in cleanup()
271 gimple_purge_all_dead_eh_edges (need_eh_cleanup); in cleanup()
H A Dtree-ssa-dse.c71 static bitmap need_eh_cleanup; variable
707 bitmap_set_bit (need_eh_cleanup, gimple_bb (stmt)->index); in delete_dead_call()
716 bitmap_set_bit (need_eh_cleanup, gimple_bb (stmt)->index); in delete_dead_call()
740 bitmap_set_bit (need_eh_cleanup, bb->index); in delete_dead_assignment()
910 need_eh_cleanup = BITMAP_ALLOC (NULL); in execute()
927 if (!bitmap_empty_p (need_eh_cleanup)) in execute()
929 gimple_purge_all_dead_eh_edges (need_eh_cleanup); in execute()
933 BITMAP_FREE (need_eh_cleanup); in execute()
H A Dtree-ssa-propagate.c977 need_eh_cleanup = BITMAP_ALLOC (NULL); in substitute_and_fold_dom_walker()
983 BITMAP_FREE (need_eh_cleanup); in ~substitute_and_fold_dom_walker()
992 bitmap need_eh_cleanup; variable
1114 bitmap_set_bit (need_eh_cleanup, bb->index); in before_dom_children()
1206 if (!bitmap_empty_p (walker.need_eh_cleanup)) in substitute_and_fold()
1207 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup); in substitute_and_fold()
H A Dtree-ssa-dom.c94 static bitmap need_eh_cleanup; variable
680 need_eh_cleanup = BITMAP_ALLOC (NULL); in execute()
781 if (!bitmap_empty_p (need_eh_cleanup)) in execute()
791 EXECUTE_IF_SET_IN_BITMAP (need_eh_cleanup, 0, i, bi) in execute()
803 bitmap_set_bit (need_eh_cleanup, bb->index); in execute()
806 gimple_purge_all_dead_eh_edges (need_eh_cleanup); in execute()
807 bitmap_clear (need_eh_cleanup); in execute()
845 BITMAP_FREE (need_eh_cleanup); in execute()
2096 bitmap_set_bit (need_eh_cleanup, bb->index); in optimize_stmt()
2158 bitmap_set_bit (need_eh_cleanup, bb->index); in optimize_stmt()
H A Dtree-complex.c84 static bitmap need_eh_cleanup; variable
706 bitmap_set_bit (need_eh_cleanup, gimple_bb (stmt)->index); in update_complex_assignment()
1468 bitmap_set_bit (need_eh_cleanup, gimple_bb (stmt)->index); in expand_complex_comparison()
1687 need_eh_cleanup = BITMAP_ALLOC (NULL); in tree_lower_complex()
1735 = gimple_purge_all_dead_eh_edges (need_eh_cleanup) ? TODO_cleanup_cfg : 0; in tree_lower_complex()
1736 BITMAP_FREE (need_eh_cleanup); in tree_lower_complex()
H A Dtree-ssa-sccvn.c5199 bitmap need_eh_cleanup; variable
5216 need_eh_cleanup = BITMAP_ALLOC (NULL); in eliminate_dom_walker()
5222 BITMAP_FREE (need_eh_cleanup); in ~eliminate_dom_walker()
5603 bitmap_set_bit (need_eh_cleanup, in before_dom_children()
5846 bitmap_set_bit (need_eh_cleanup, in before_dom_children()
5941 bitmap_set_bit (el.need_eh_cleanup, bb->index); in vn_eliminate()
5969 bool do_eh_cleanup = !bitmap_empty_p (el.need_eh_cleanup); in vn_eliminate()
5973 gimple_purge_all_dead_eh_edges (el.need_eh_cleanup); in vn_eliminate()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-dse.c70 static bitmap need_eh_cleanup; variable
260 bitmap_set_bit (need_eh_cleanup, gimple_bb (stmt)->index); in dse_optimize_stmt()
289 need_eh_cleanup = BITMAP_ALLOC (NULL); in tree_ssa_dse()
321 if (!bitmap_empty_p (need_eh_cleanup)) in tree_ssa_dse()
323 gimple_purge_all_dead_eh_edges (need_eh_cleanup); in tree_ssa_dse()
327 BITMAP_FREE (need_eh_cleanup); in tree_ssa_dse()
H A Dtree-ssa-dom.c163 static bitmap need_eh_cleanup;
733 need_eh_cleanup = BITMAP_ALLOC (NULL); in tree_ssa_dominator_optimize()
796 if (!bitmap_empty_p (need_eh_cleanup)) in tree_ssa_dominator_optimize()
811 bitmap_clear_bit (need_eh_cleanup, i); in tree_ssa_dominator_optimize()
817 bitmap_zero (need_eh_cleanup); in tree_ssa_dominator_optimize()
840 BITMAP_FREE (need_eh_cleanup); in tree_ssa_dominator_optimize()
2302 bitmap_set_bit (need_eh_cleanup, bb->index); in optimize_stmt()
2360 bitmap_set_bit (need_eh_cleanup, bb->index); in optimize_stmt()
2965 need_eh_cleanup = BITMAP_ALLOC (NULL); in eliminate_degenerate_phis()
3024 if (!bitmap_empty_p (need_eh_cleanup)) in eliminate_degenerate_phis()
[all …]
H A Dtree-ssa-pre.c484 static bitmap need_eh_cleanup; variable
4230 bitmap_set_bit (need_eh_cleanup, in eliminate()
4292 bitmap_set_bit (need_eh_cleanup, in eliminate()
4403 bitmap_set_bit (need_eh_cleanup, in eliminate()
4538 bitmap_set_bit (need_eh_cleanup, bb->index); in eliminate()
4803 need_eh_cleanup = BITMAP_ALLOC (NULL); in init_pre()
4813 bool do_eh_cleanup = !bitmap_empty_p (need_eh_cleanup); in fini_pre()
4833 gimple_purge_all_dead_eh_edges (need_eh_cleanup); in fini_pre()
4838 BITMAP_FREE (need_eh_cleanup); in fini_pre()