Home
last modified time | relevance | path

Searched refs:work_set (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.c1659 auto_bitmap work_set; in compute_idf() local
1660 bitmap_copy (work_set, def_blocks); in compute_idf()
1661 bitmap_tree_view (work_set); in compute_idf()
1668 while (!bitmap_empty_p (work_set)) in compute_idf()
1674 bb_index = bitmap_first_set_bit (work_set); in compute_idf()
1675 bitmap_clear_bit (work_set, bb_index); in compute_idf()
1688 bitmap_set_bit (work_set, i); in compute_idf()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfganal.cc1686 auto_bitmap work_set; in compute_idf() local
1687 bitmap_copy (work_set, def_blocks); in compute_idf()
1688 bitmap_tree_view (work_set); in compute_idf()
1695 while (!bitmap_empty_p (work_set)) in compute_idf()
1701 bb_index = bitmap_first_set_bit (work_set); in compute_idf()
1702 bitmap_clear_bit (work_set, bb_index); in compute_idf()
1715 bitmap_set_bit (work_set, i); in compute_idf()