Searched refs:cfg_blocks (Results 1 – 5 of 5) sorted by relevance
115 static bitmap cfg_blocks; variable199 bitmap_set_bit (cfg_blocks, bb_order); in add_control_edge()394 cfg_blocks = BITMAP_ALLOC (NULL); in ssa_prop_init()432 BITMAP_FREE (cfg_blocks); in ssa_prop_fini()469 int next_block_order = (bitmap_empty_p (cfg_blocks) in ssa_propagate()470 ? -1 : bitmap_first_set_bit (cfg_blocks)); in ssa_propagate()482 std::swap (cfg_blocks, cfg_blocks_back); in ssa_propagate()501 bitmap_clear_bit (cfg_blocks, next_block_order); in ssa_propagate()
7687 * tree-ssa-ccp.c (cfg_edges): Rename to cfg_blocks.7689 (bb_in_list): New. Vector indicating if a BB is in the cfg_blocks list.7691 (add_control_edge): Add to cfg_blocks list.7694 (cfg_blocks_empty): New. Is cfg_blocks queue list.7695 (cfg_blocks_add): New. Add a basic block to cfg_blocks list.
23731 * tree-ssa-propagate.c (cfg_blocks): Change the type to23734 ssa_prop_fini): Adjust the uses of cfg_blocks.
15798 (cfg_blocks): Make a bitmap.
115 static bitmap cfg_blocks; variable199 bitmap_set_bit (cfg_blocks, bb_order); in add_control_edge()394 cfg_blocks = BITMAP_ALLOC (NULL); in ssa_prop_init()432 BITMAP_FREE (cfg_blocks); in ssa_prop_fini()765 int next_block_order = (bitmap_empty_p (cfg_blocks) in ssa_propagate()766 ? -1 : bitmap_first_set_bit (cfg_blocks)); in ssa_propagate()778 std::swap (cfg_blocks, cfg_blocks_back); in ssa_propagate()797 bitmap_clear_bit (cfg_blocks, next_block_order); in ssa_propagate()