Searched refs:changed_bbs (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dloop-init.c194 fix_loop_structure (bitmap changed_bbs)
217 if (changed_bbs)
263 if (changed_bbs)
268 bitmap_set_bit (changed_bbs, bb->index);
193 fix_loop_structure(bitmap changed_bbs) argument
H A Dtree-ssa-loop-manip.c484 find_uses_to_rename (bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, argument
491 if (changed_bbs)
492 EXECUTE_IF_SET_IN_BITMAP (changed_bbs, 0, index, bi)
631 rewrite_into_loop_closed_ssa_1 (bitmap changed_bbs, unsigned update_flag, argument
659 gcc_assert (changed_bbs == NULL);
666 find_uses_to_rename (changed_bbs, use_blocks, names_to_rename, use_flags);
697 rewrite_into_loop_closed_ssa (bitmap changed_bbs, unsigned update_flag) argument
699 rewrite_into_loop_closed_ssa_1 (changed_bbs, update_flag, SSA_OP_USE, NULL);
H A Dtree-cfgcleanup.c1134 bitmap changed_bbs; local
1140 changed_bbs = BITMAP_ALLOC (NULL);
1141 n_new_loops = fix_loop_structure (changed_bbs);
1149 rewrite_into_loop_closed_ssa (n_new_loops ? NULL : changed_bbs,
1152 BITMAP_FREE (changed_bbs);
H A Dcfgloop.h350 unsigned fix_loop_structure (bitmap changed_bbs);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dloop-init.cc201 fix_loop_structure (bitmap changed_bbs)
223 if (changed_bbs)
269 if (changed_bbs)
274 bitmap_set_bit (changed_bbs, bb->index);
200 fix_loop_structure(bitmap changed_bbs) argument
H A Dtree-ssa-loop-manip.cc482 find_uses_to_rename (bitmap changed_bbs, bitmap *use_blocks, bitmap need_phis, argument
489 if (changed_bbs)
490 EXECUTE_IF_SET_IN_BITMAP (changed_bbs, 0, index, bi)
629 rewrite_into_loop_closed_ssa_1 (bitmap changed_bbs, unsigned update_flag, argument
657 gcc_assert (changed_bbs == NULL);
664 find_uses_to_rename (changed_bbs, use_blocks, names_to_rename, use_flags);
695 rewrite_into_loop_closed_ssa (bitmap changed_bbs, unsigned update_flag) argument
697 rewrite_into_loop_closed_ssa_1 (changed_bbs, update_flag, SSA_OP_USE, NULL);
H A Dtree-cfgcleanup.cc1152 bitmap changed_bbs; local
1158 changed_bbs = BITMAP_ALLOC (NULL);
1159 n_new_loops = fix_loop_structure (changed_bbs);
1167 rewrite_into_loop_closed_ssa (n_new_loops ? NULL : changed_bbs,
1170 BITMAP_FREE (changed_bbs);
H A Dcfgloop.h350 unsigned fix_loop_structure (bitmap changed_bbs);

Completed in 244 milliseconds