GCC Middle and Back End API Reference
|
Public Types | |
typedef rtx_def * | compare_type |
typedef biv_entry * | value_type |
Static Public Member Functions | |
static hashval_t | hash (const biv_entry *) |
static bool | equal (const biv_entry *, const rtx_def *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (biv_entry *&) |
static void | mark_empty (biv_entry *&) |
static bool | is_deleted (biv_entry *) |
static bool | is_empty (biv_entry *) |
static void | remove (biv_entry *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Hashtable helper.
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Returns hash value for biv B.
References b.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |