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

/freebsd-10.0-release/contrib/gcc/
H A Dbitmap.h44 typedef struct bitmap_obstack GTY (()) function
49 } bitmap_obstack;
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)
159 extern bitmap bitmap_obstack_alloc (bitmap_obstack *obstack);
H A Dbitmap.c34 bitmap_obstack bitmap_default_obstack; /* The default bitmap obstack. */
53 bitmap_obstack *bit_obstack = head->obstack;
69 bitmap_obstack, "free" actually means "put onto the freelist". */
106 bitmap_obstack *bit_obstack = head->obstack;
155 bitmap_obstack *bit_obstack = head->obstack;
203 bitmap_obstack_initialize (bitmap_obstack *bit_obstack)
224 bitmap_obstack_release (bitmap_obstack *bit_obstack)
238 bitmap_obstack_alloc (bitmap_obstack *bit_obstack)
H A Dbasic-block.h451 extern bitmap_obstack reg_obstack;
H A Dcfg.c73 struct bitmap_obstack reg_obstack;
H A Dipa-reference.c99 static bitmap_obstack ipa_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.c68 /* The bitmap_obstack is used to hold some static variables that
71 static bitmap_obstack persistent_obstack;
H A Dglobal.c2080 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;

Completed in 229 milliseconds