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 |
unsigned int bitmap_head_def::descriptor_id |
Referenced by bitmap_copy(), and bitmap_register().
bitmap_element* bitmap_head_def::first |
Referenced by bitmap_and(), bitmap_bit_p(), bitmap_copy(), bitmap_elt_insert_after(), and bitmap_ior_and_compl_into().
unsigned int bitmap_head_def::indx |
bitmap_obstack* bitmap_head_def::obstack |