Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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 Dtree-ssa-pre.c332 static bitmap_obstack grand_bitmap_obstack;
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbitmap.c31 static struct obstack bitmap_obstack; variable
143 obstack_specify_allocation (&bitmap_obstack, OBSTACK_CHUNK_SIZE,
149 element = (bitmap_element *) obstack_alloc (&bitmap_obstack,
178 obstack_free (&bitmap_obstack, NULL); in bitmap_release_memory()
H A DChangeLog.012307 (bitmap_obstack): Obstack for allocating links from.
12309 bitmap_obstack.
12310 (bitmap_element_allocate): Use bitmap_obstack to allocate from.
12312 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.
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Dbfin.c3370 bitmap_obstack stack; in bfin_reorg_loops()