Home
last modified time | relevance | path

Searched refs:ter_bitmap_obstack (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ter.c180 static bitmap_obstack ter_bitmap_obstack; variable
197 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ter.cc180 static bitmap_obstack ter_bitmap_obstack; variable
197 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()
H A DChangeLog-201213386 * tree-ssa-ter.c (ter_bitmap_obstack): New bitmap obstack.