GCC Middle and Back End API Reference
|
#include <bitmap.h>
Data Fields | |
unsigned int | indx |
unsigned int | descriptor_id |
bitmap_element * | first |
bitmap_element * | current |
bitmap_obstack * | obstack |
Head of bitmap linked list. The 'current' member points to something already pointed to by the chain started by first, so it.
bitmap_element* bitmap_head_def::current |
Referenced by bitmap_and(), bitmap_and_compl(), bitmap_and_compl_into(), bitmap_and_into(), bitmap_clear_range(), bitmap_compl_and_into(), bitmap_copy(), bitmap_element_free(), bitmap_element_link(), bitmap_elt_clear_from(), bitmap_elt_insert_after(), bitmap_find_bit(), bitmap_ior(), bitmap_ior_and_compl(), bitmap_ior_and_into(), bitmap_ior_into(), bitmap_last_set_bit(), bitmap_set_range(), bitmap_xor(), bitmap_xor_into(), and debug_bitmap_file().
unsigned int bitmap_head_def::descriptor_id |
Referenced by bitmap_find_bit(), and register_overhead().
bitmap_element* bitmap_head_def::first |
Referenced by bitmap_and(), bitmap_and_compl(), bitmap_and_compl_into(), bitmap_and_into(), bitmap_clear(), bitmap_compl_and_into(), bitmap_copy(), bitmap_count_bits(), bitmap_element_free(), bitmap_element_link(), bitmap_elt_clear_from(), bitmap_elt_insert_after(), bitmap_equal_p(), bitmap_find_bit(), bitmap_first_set_bit(), bitmap_hash(), bitmap_intersect_compl_p(), bitmap_intersect_p(), bitmap_ior(), bitmap_ior_and_compl(), bitmap_ior_and_into(), bitmap_ior_into(), bitmap_last_set_bit(), bitmap_obstack_alloc_stat(), bitmap_obstack_free(), bitmap_single_bit_set_p(), bitmap_xor(), bitmap_xor_into(), and debug_bitmap_file().
unsigned int bitmap_head_def::indx |
Referenced by bitmap_and(), bitmap_and_compl(), bitmap_and_compl_into(), bitmap_and_into(), bitmap_clear_range(), bitmap_compl_and_into(), bitmap_copy(), bitmap_element_free(), bitmap_element_link(), bitmap_elt_clear_from(), bitmap_elt_insert_after(), bitmap_find_bit(), bitmap_ior(), bitmap_ior_and_compl(), bitmap_ior_and_into(), bitmap_ior_into(), bitmap_set_range(), bitmap_xor(), bitmap_xor_into(), and debug_bitmap_file().
bitmap_obstack* bitmap_head_def::obstack |
Referenced by bitmap_element_allocate(), bitmap_elt_clear_from(), bitmap_obstack_free(), df_rd_alloc(), and df_word_lr_alloc().