Searched refs:block_bitmap (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2840 bitmap block_bitmap;
2881 return bitmap_bit_p (loop->block_bitmap, bb->index);
3298 if (bitmap_bit_p (loop->block_bitmap, bb->index))
3305 bitmap_set_bit (loop->block_bitmap, bb->index);
3414 loop->block_bitmap = BITMAP_ALLOC (&stack);
3441 bitmap_and (tmp_bitmap, other->block_bitmap, loop->block_bitmap);
3444 if (bitmap_equal_p (tmp_bitmap, other->block_bitmap))
3449 else if (bitmap_equal_p (tmp_bitmap, loop->block_bitmap))
3485 BITMAP_FREE (loop->block_bitmap);
2826 bitmap block_bitmap; local
[all...]

Completed in 115 milliseconds