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

/freebsd-10.1-release/contrib/gcc/
H A Dglobal.c2080 static struct bitmap_obstack greg_obstack;
2097 bitmap_obstack_initialize (&greg_obstack);
2101 bb_info->earlyclobber = BITMAP_ALLOC (&greg_obstack);
2102 bb_info->avloc = BITMAP_ALLOC (&greg_obstack);
2103 bb_info->killed = BITMAP_ALLOC (&greg_obstack);
2104 bb_info->live_pavin = BITMAP_ALLOC (&greg_obstack);
2105 bb_info->live_pavout = BITMAP_ALLOC (&greg_obstack);
2117 bitmap_obstack_release (&greg_obstack);
2439 stack_regs = BITMAP_ALLOC (&greg_obstack);
2065 static struct bitmap_obstack greg_obstack; variable in typeref:struct:bitmap_obstack

Completed in 102 milliseconds