Searched refs:dce_blocks_bitmap_obstack (Results 1 – 3 of 3) sorted by relevance
60 static bitmap_obstack dce_blocks_bitmap_obstack; variable771 bitmap_obstack_initialize (&dce_blocks_bitmap_obstack); in init_dce()792 bitmap_obstack_release (&dce_blocks_bitmap_obstack); in fini_dce()1082 bitmap processed = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce()1085 bitmap redo_out = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce()1086 bitmap all_blocks = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce()
714 * dce.c (dce_marked_bitmap_obstack, dce_blocks_bitmap_obstack,721 (fast_dce): Allocate basic block bitmaps on dce_blocks_bitmap_obstack.