Searched refs:bitmap_obstack (Results 1 – 14 of 14) sorted by relevance
44 typedef struct bitmap_obstack GTY (())49 } bitmap_obstack; typedef76 bitmap_obstack *obstack; /* Obstack to allocate elements from.83 extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */145 extern void bitmap_obstack_initialize (bitmap_obstack *);146 extern void bitmap_obstack_release (bitmap_obstack *);152 bitmap_initialize (bitmap head, bitmap_obstack *obstack) in bitmap_initialize()159 extern bitmap bitmap_obstack_alloc (bitmap_obstack *obstack);
34 bitmap_obstack bitmap_default_obstack; /* The default bitmap obstack. */52 bitmap_obstack *bit_obstack = head->obstack; in bitmap_elem_to_freelist()104 bitmap_obstack *bit_obstack = head->obstack; in bitmap_element_allocate()153 bitmap_obstack *bit_obstack = head->obstack; in bitmap_elt_clear_from()200 bitmap_obstack_initialize (bitmap_obstack *bit_obstack) in bitmap_obstack_initialize()221 bitmap_obstack_release (bitmap_obstack *bit_obstack) in bitmap_obstack_release()235 bitmap_obstack_alloc (bitmap_obstack *bit_obstack) in bitmap_obstack_alloc()
451 extern bitmap_obstack reg_obstack;
99 static bitmap_obstack ipa_obstack;
72 struct bitmap_obstack reg_obstack;
175 static bitmap_obstack predbitmap_obstack;178 static bitmap_obstack pta_obstack;181 static bitmap_obstack oldpta_obstack;184 static bitmap_obstack iteration_obstack;
138 static bitmap_obstack ipa_obstack;
71 static bitmap_obstack persistent_obstack;
2065 static struct bitmap_obstack greg_obstack;
54 static bitmap_obstack alias_obstack;
3269 (bitmap_obstack): Obstack for allocating links from.3271 bitmap_obstack.3272 (bitmap_element_allocate): Use bitmap_obstack to allocate from.3274 bitmap_obstack.
332 static bitmap_obstack grand_bitmap_obstack;
2557 (bitmap_obstack): Obstack for allocating links from.2559 bitmap_obstack.2560 (bitmap_element_allocate): Use bitmap_obstack to allocate from.2562 bitmap_obstack.
4200 * bitmap.h (struct bitmap_obstack): New obstack type.4214 * bitmap.c (bitmap_obstack, bitmap_obstack_init, bitmap_free: Remove.4298 * tree-ssa-pre.c (grand_bitmap_obstack): Make a bitmap_obstack.