Home
last modified time | relevance | path

Searched refs:cfgcleanup_altered_bbs (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-cfgcleanup.c52 bitmap cfgcleanup_altered_bbs; variable
173 bitmap_set_bit (cfgcleanup_altered_bbs, bb->index); in cleanup_control_expr_graph()
235 bitmap_set_bit (cfgcleanup_altered_bbs, bb->index); in cleanup_control_flow_bb()
236 bitmap_set_bit (cfgcleanup_altered_bbs, target_block->index); in cleanup_control_flow_bb()
428 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_forwarder_block()
493 bitmap_set_bit (cfgcleanup_altered_bbs, dest->index); in remove_forwarder_block()
650 cfgcleanup_altered_bbs = BITMAP_ALLOC (NULL); in cleanup_tree_cfg_1()
668 while (!bitmap_empty_p (cfgcleanup_altered_bbs)) in cleanup_tree_cfg_1()
670 i = bitmap_first_set_bit (cfgcleanup_altered_bbs); in cleanup_tree_cfg_1()
671 bitmap_clear_bit (cfgcleanup_altered_bbs, i); in cleanup_tree_cfg_1()
[all …]
H A Dtree-cfg.c1607 if (cfgcleanup_altered_bbs in replace_uses_by()
1609 bitmap_set_bit (cfgcleanup_altered_bbs, gimple_bb (stmt)->index); in replace_uses_by()
1776 if (cfgcleanup_altered_bbs) in gimple_merge_blocks()
1777 bitmap_set_bit (cfgcleanup_altered_bbs, a->index); in gimple_merge_blocks()
7070 if (cfgcleanup_altered_bbs) in remove_edge_and_dominated_blocks()
7071 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_edge_and_dominated_blocks()
7123 if (cfgcleanup_altered_bbs) in remove_edge_and_dominated_blocks()
7126 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_edge_and_dominated_blocks()
7127 bitmap_ior_into (cfgcleanup_altered_bbs, df); in remove_edge_and_dominated_blocks()
H A Dtree-flow.h472 extern bitmap cfgcleanup_altered_bbs;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-cfgcleanup.c57 bitmap cfgcleanup_altered_bbs; variable
200 bitmap_set_bit (cfgcleanup_altered_bbs, bb->index); in cleanup_control_expr_graph()
288 bitmap_set_bit (cfgcleanup_altered_bbs, bb->index); in cleanup_control_flow_bb()
289 bitmap_set_bit (cfgcleanup_altered_bbs, target_block->index); in cleanup_control_flow_bb()
510 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_forwarder_block()
575 bitmap_set_bit (cfgcleanup_altered_bbs, dest->index); in remove_forwarder_block()
773 cfgcleanup_altered_bbs = BITMAP_ALLOC (NULL); in cleanup_tree_cfg_1()
805 while (!bitmap_empty_p (cfgcleanup_altered_bbs)) in cleanup_tree_cfg_1()
807 i = bitmap_first_set_bit (cfgcleanup_altered_bbs); in cleanup_tree_cfg_1()
808 bitmap_clear_bit (cfgcleanup_altered_bbs, i); in cleanup_tree_cfg_1()
[all …]
H A Dtree-cfgcleanup.h24 extern bitmap cfgcleanup_altered_bbs;
H A Dtree-cfg.c1980 if (cfgcleanup_altered_bbs in replace_uses_by()
1982 bitmap_set_bit (cfgcleanup_altered_bbs, gimple_bb (stmt)->index); in replace_uses_by()
2182 if (cfgcleanup_altered_bbs) in gimple_merge_blocks()
2183 bitmap_set_bit (cfgcleanup_altered_bbs, a->index); in gimple_merge_blocks()
8673 if (cfgcleanup_altered_bbs) in remove_edge_and_dominated_blocks()
8674 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_edge_and_dominated_blocks()
8724 if (cfgcleanup_altered_bbs) in remove_edge_and_dominated_blocks()
8727 bitmap_set_bit (cfgcleanup_altered_bbs, e->src->index); in remove_edge_and_dominated_blocks()
8728 bitmap_ior_into (cfgcleanup_altered_bbs, df); in remove_edge_and_dominated_blocks()