Searched refs:partition_in_use (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-ter.c | 168 bitmap partition_in_use; /* Partitions with kill entries. */ member 197 t->partition_in_use = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table() 241 BITMAP_FREE (t->partition_in_use); in free_temp_expr_table() 291 bitmap_set_bit (tab->partition_in_use, p); in add_to_partition_kill_list() 307 bitmap_clear_bit (tab->partition_in_use, p); in remove_from_partition_kill_list() 342 bitmap_ior_into (tab->partition_in_use, in add_dependence() 731 gcc_checking_assert (bitmap_empty_p (table->partition_in_use)); in find_replaceable_exprs() 794 bitmap_print (f, t->partition_in_use, "Partitions in use ", in debug_ter()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-ter.cc | 168 bitmap partition_in_use; /* Partitions with kill entries. */ member 197 t->partition_in_use = BITMAP_ALLOC (&ter_bitmap_obstack); in new_temp_expr_table() 241 BITMAP_FREE (t->partition_in_use); in free_temp_expr_table() 291 bitmap_set_bit (tab->partition_in_use, p); in add_to_partition_kill_list() 307 bitmap_clear_bit (tab->partition_in_use, p); in remove_from_partition_kill_list() 342 bitmap_ior_into (tab->partition_in_use, in add_dependence() 735 gcc_checking_assert (bitmap_empty_p (table->partition_in_use)); in find_replaceable_exprs() 798 bitmap_print (f, t->partition_in_use, "Partitions in use ", in debug_ter()
|