Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dstmt.c2357 bitmap label_bitmap; in expand_case() local
2394 label_bitmap = BITMAP_ALLOC (NULL); in expand_case()
2418 if (!bitmap_bit_p (label_bitmap, CODE_LABEL_NUMBER (lab))) in expand_case()
2420 bitmap_set_bit (label_bitmap, CODE_LABEL_NUMBER (lab)); in expand_case()
2425 BITMAP_FREE (label_bitmap); in expand_case()