Searched refs:work_set (Results 1 – 2 of 2) sorted by relevance
1659 auto_bitmap work_set; in compute_idf() local1660 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()
1686 auto_bitmap work_set; in compute_idf() local1687 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()