Searched refs:changed_bbs (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-manip.c | 300 find_uses_to_rename (bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis) in find_uses_to_rename() argument 306 if (changed_bbs && !bitmap_empty_p (changed_bbs)) in find_uses_to_rename() 308 EXECUTE_IF_SET_IN_BITMAP (changed_bbs, 0, index, bi) in find_uses_to_rename() 355 rewrite_into_loop_closed_ssa (bitmap changed_bbs, unsigned update_flag) in rewrite_into_loop_closed_ssa() argument 370 find_uses_to_rename (changed_bbs, use_blocks, names_to_rename); in rewrite_into_loop_closed_ssa()
|
H A D | tree-cfgcleanup.c | 611 bitmap changed_bbs = BITMAP_ALLOC (NULL); in cleanup_tree_cfg_loop() local 612 fix_loop_structure (current_loops, changed_bbs); in cleanup_tree_cfg_loop() 618 rewrite_into_loop_closed_ssa (changed_bbs, TODO_update_ssa); in cleanup_tree_cfg_loop() 620 BITMAP_FREE (changed_bbs); in cleanup_tree_cfg_loop()
|
H A D | cfgloop.h | 190 void fix_loop_structure (struct loops *, bitmap changed_bbs);
|
H A D | cfgloopmanip.c | 1401 fix_loop_structure (struct loops *loops, bitmap changed_bbs) in fix_loop_structure() argument 1477 if (changed_bbs in fix_loop_structure() 1479 bitmap_set_bit (changed_bbs, bb->index); in fix_loop_structure()
|