|
GCC Middle and Back End API Reference
|
#include <bitmap.h>

Public Member Functions | |
| CONSTEXPR | bitmap_head () |
| void | dump () |
| unsigned * | get_descriptor () |
Data Fields | |
| unsigned int | indx |
| unsigned | tree_form: 1 |
| unsigned | padding: 2 |
| unsigned | alloc_descriptor: 29 |
| bitmap_element * | first |
| bitmap_element * | current |
| bitmap_obstack * | obstack |
Static Public Attributes | |
| static bitmap_obstack | crashme |
Head of bitmap linked list. The 'current' member points to something already pointed to by the chain started by first, so it.
|
inline |
| void bitmap_head::dump | ( | ) |
References debug.
|
inline |
References alloc_descriptor.
| unsigned bitmap_head::alloc_descriptor |
Referenced by bitmap_head(), and get_descriptor().
|
static |
Static zero-initialized bitmap obstack used for default initialization of bitmap_head.
Referenced by bitmap_head(), and bitmap_release().
| bitmap_element* bitmap_head::current |
Referenced by bitmap_head().
| bitmap_element* bitmap_head::first |
Referenced by bitmap_head().
| unsigned int bitmap_head::indx |
| bitmap_obstack* bitmap_head::obstack |
Referenced by bitmap_head(), df_live_alloc(), df_lr_alloc(), df_md_alloc(), df_mir_alloc(), df_rd_alloc(), and df_word_lr_alloc().
| unsigned bitmap_head::padding |
Referenced by bitmap_head().
| unsigned bitmap_head::tree_form |
Referenced by bitmap_head().