GCC Middle and Back End API Reference
|
#include <valtrack.h>
Public Types | |
typedef dead_debug_global_entry * | value_type |
typedef dead_debug_global_entry * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const dead_debug_global_entry *my) |
static bool | equal (const dead_debug_global_entry *my, const dead_debug_global_entry *other) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (dead_debug_global_entry *&) |
static void | mark_empty (dead_debug_global_entry *&) |
static bool | is_deleted (dead_debug_global_entry *) |
static bool | is_empty (dead_debug_global_entry *) |
static void | remove (dead_debug_global_entry *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Descriptor for hash_table to hash by dead_debug_global_entry's REG and map to DTEMP.
|
inherited |
|
inherited |
|
inlinestatic |
Entries are identical if they refer to the same pseudo.
References dead_debug_global_entry::reg.
|
inlinestaticinherited |
|
inlinestatic |
Hash on the pseudo number.
References dead_debug_global_entry::reg, and REGNO.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with free.
|
staticinherited |