Searched refs:in_pending (Results 1 – 3 of 3) sorted by relevance
7070 sbitmap in_worklist, in_pending; in vt_find_locations() local7096 in_pending = sbitmap_alloc (last_basic_block_for_fn (cfun)); in vt_find_locations()7098 bitmap_clear (in_pending); in vt_find_locations()7118 bitmap_set_bit (in_pending, rc_order[i]); in vt_find_locations()7124 std::swap (in_worklist, in_pending); in vt_find_locations()7230 if (!bitmap_bit_p (in_pending, e->dest->index)) in vt_find_locations()7233 bitmap_set_bit (in_pending, e->dest->index); in vt_find_locations()7285 sbitmap_free (in_pending); in vt_find_locations()
16499 all 'in_pending' bits.
22404 * var-tracking.c (vt_find_locations): Set the in_pending bitmap at