Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dbitmap.h44 typedef struct bitmap_obstack GTY (())
49 } bitmap_obstack; typedef
76 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);
H A Dbitmap.c34 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()
H A Dbasic-block.h451 extern bitmap_obstack reg_obstack;
H A Dipa-reference.c99 static bitmap_obstack ipa_obstack;
H A Dcfg.c72 struct bitmap_obstack reg_obstack;
H A Dtree-ssa-structalias.c175 static bitmap_obstack predbitmap_obstack;
178 static bitmap_obstack pta_obstack;
181 static bitmap_obstack oldpta_obstack;
184 static bitmap_obstack iteration_obstack;
H A Dipa-type-escape.c138 static bitmap_obstack ipa_obstack;
H A Ddf-scan.c71 static bitmap_obstack persistent_obstack;
H A Dglobal.c2065 static struct bitmap_obstack greg_obstack;
H A Dtree-ssa-alias.c54 static bitmap_obstack alias_obstack;
H A DChangeLog-19973269 (bitmap_obstack): Obstack for allocating links from.
3271 bitmap_obstack.
3272 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
3274 bitmap_obstack.
H A Dtree-ssa-pre.c332 static bitmap_obstack grand_bitmap_obstack;
H A DFSFChangeLog.112557 (bitmap_obstack): Obstack for allocating links from.
2559 bitmap_obstack.
2560 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
2562 bitmap_obstack.
H A DChangeLog-20044200 * 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.