Searched refs:need_ab_cleanup (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc93 static bitmap need_ab_cleanup; variable
887 need_ab_cleanup);
1162 bitmap need_ab_cleanup)
1177 if (need_ab_cleanup && stmt_can_make_abnormal_goto (stmt))
1178 bitmap_set_bit (need_ab_cleanup, bb->index);
1271 need_ab_cleanup);
1438 need_ab_cleanup);
1477 need_ab_cleanup = BITMAP_ALLOC (NULL);
1557 if (!bitmap_empty_p (need_ab_cleanup))
1559 gimple_purge_all_dead_abnormal_call_edges (need_ab_cleanup);
1159 delete_dead_or_redundant_assignment(gimple_stmt_iterator *gsi, const char *type, bitmap need_eh_cleanup, bitmap need_ab_cleanup) argument
[all...]
H A Dtree-ssa-sccvn.cc2523 bitmap need_ab_cleanup; member in class:eliminate_dom_walker
6183 need_ab_cleanup = BITMAP_ALLOC (NULL);
6189 BITMAP_FREE (need_ab_cleanup);
6529 bitmap_set_bit (need_ab_cleanup,
6839 bitmap_set_bit (need_ab_cleanup,
7058 bitmap_set_bit (need_ab_cleanup, bb->index);
7086 bool do_ab_cleanup = !bitmap_empty_p (need_ab_cleanup);
7092 gimple_purge_all_dead_abnormal_call_edges (need_ab_cleanup);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c2427 bitmap need_ab_cleanup; variable
5752 need_ab_cleanup = BITMAP_ALLOC (NULL);
5758 BITMAP_FREE (need_ab_cleanup);
6094 bitmap_set_bit (need_ab_cleanup,
6402 bitmap_set_bit (need_ab_cleanup,
6621 bitmap_set_bit (need_ab_cleanup, bb->index);
6649 bool do_ab_cleanup = !bitmap_empty_p (need_ab_cleanup);
6655 gimple_purge_all_dead_abnormal_call_edges (need_ab_cleanup);

Completed in 152 milliseconds