Searched refs:ter_bitmap_obstack (Results 1 – 3 of 3) sorted by relevance
180 static bitmap_obstack ter_bitmap_obstack; variable197 t->partition_in_use = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table()200 t->new_replaceable_dependencies = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table()277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack); in make_dependent_on_partition()290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack); in add_to_partition_kill_list()339 BITMAP_ALLOC (&ter_bitmap_obstack); in add_dependence()454 def_vars = BITMAP_ALLOC (&ter_bitmap_obstack); in process_replaceable()726 bitmap_obstack_initialize (&ter_bitmap_obstack); in find_replaceable_exprs()734 bitmap_obstack_release (&ter_bitmap_obstack); in find_replaceable_exprs()
180 static bitmap_obstack ter_bitmap_obstack; variable197 t->partition_in_use = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table()200 t->new_replaceable_dependencies = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table()277 tab->partition_dependencies[version] = BITMAP_ALLOC (&ter_bitmap_obstack); in make_dependent_on_partition()290 tab->kill_list[p] = BITMAP_ALLOC (&ter_bitmap_obstack); in add_to_partition_kill_list()339 BITMAP_ALLOC (&ter_bitmap_obstack); in add_dependence()454 def_vars = BITMAP_ALLOC (&ter_bitmap_obstack); in process_replaceable()730 bitmap_obstack_initialize (&ter_bitmap_obstack); in find_replaceable_exprs()738 bitmap_obstack_release (&ter_bitmap_obstack); in find_replaceable_exprs()
13386 * tree-ssa-ter.c (ter_bitmap_obstack): New bitmap obstack.