Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra.c585 bitmap empty_uses = BITMAP_XMALLOC (); local
594 bitmap_set_bit (empty_uses, ui);
612 if (!link->ref || bitmap_bit_p (empty_uses, DF_REF_ID (link->ref))
632 if (!link->ref || bitmap_bit_p (empty_uses, DF_REF_ID (link->ref))
639 BITMAP_XFREE (empty_uses);