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

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c255 static bitmap_obstack stack_var_bitmap_obstack; variable
377 a->conflicts = BITMAP_ALLOC (&stack_var_bitmap_obstack);
379 b->conflicts = BITMAP_ALLOC (&stack_var_bitmap_obstack);
507 a->conflicts = BITMAP_ALLOC (&stack_var_bitmap_obstack);
540 bb->aux = BITMAP_ALLOC (&stack_var_bitmap_obstack);
742 bitmap temp = BITMAP_ALLOC (&stack_var_bitmap_obstack);
1602 bitmap_obstack_initialize (&stack_var_bitmap_obstack);
1616 bitmap_obstack_release (&stack_var_bitmap_obstack);

Completed in 93 milliseconds