Home
last modified time | relevance | path

Searched refs:greg_obstack (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dglobal.c2065 static struct bitmap_obstack greg_obstack; variable
2082 bitmap_obstack_initialize (&greg_obstack); in allocate_bb_info()
2086 bb_info->earlyclobber = BITMAP_ALLOC (&greg_obstack); in allocate_bb_info()
2087 bb_info->avloc = BITMAP_ALLOC (&greg_obstack); in allocate_bb_info()
2088 bb_info->killed = BITMAP_ALLOC (&greg_obstack); in allocate_bb_info()
2089 bb_info->live_pavin = BITMAP_ALLOC (&greg_obstack); in allocate_bb_info()
2090 bb_info->live_pavout = BITMAP_ALLOC (&greg_obstack); in allocate_bb_info()
2102 bitmap_obstack_release (&greg_obstack); in free_bb_info()
2424 stack_regs = BITMAP_ALLOC (&greg_obstack); in modify_reg_pav()
DChangeLog-20063160 * global.c (greg_obstack): New obstack.