Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dreginfo.c103 static bitmap_obstack persistent_obstack; variable
370 bitmap_obstack_initialize (&persistent_obstack); in init_reg_sets_1()
371 regs_invalidated_by_call_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()
376 fixed_reg_set_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreginfo.c102 static bitmap_obstack persistent_obstack; variable
461 bitmap_obstack_initialize (&persistent_obstack); in init_reg_sets_1()
462 regs_invalidated_by_call_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()
467 fixed_reg_set_regset = ALLOC_REG_SET (&persistent_obstack); in init_reg_sets_1()