Searched refs:in_worklist (Results 1 – 1 of 1) sorted by relevance
1805 sbitmap visited, in_worklist, in_pending, sbitmap_swap; in vt_find_locations() local1824 in_worklist = sbitmap_alloc (last_basic_block); in vt_find_locations()1826 sbitmap_zero (in_worklist); in vt_find_locations()1838 in_pending = in_worklist; in vt_find_locations()1839 in_worklist = sbitmap_swap; in vt_find_locations()1846 RESET_BIT (in_worklist, bb->index); in vt_find_locations()1883 else if (!TEST_BIT (in_worklist, e->dest->index)) in vt_find_locations()1886 SET_BIT (in_worklist, e->dest->index); in vt_find_locations()1900 sbitmap_free (in_worklist); in vt_find_locations()