GCC Middle and Back End API Reference
|
#include <valtrack.h>
Public Types | |
typedef struct dead_debug_global_entry | value_type |
typedef struct dead_debug_global_entry | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type *my) |
static bool | equal (const value_type *my, const compare_type *other) |
static void | remove (value_type *p) |
Descriptor for hash_table to hash by dead_debug_global_entry's REG and map to DTEMP.
typedef struct dead_debug_global_entry dead_debug_hash_descr::compare_type |
typedef struct dead_debug_global_entry dead_debug_hash_descr::value_type |
The hash table contains pointers to entries of this type.
|
inlinestatic |
Entries are identical if they refer to the same pseudo.
|
inlinestatic |
Hash on the pseudo number.
|
inlinestatic |
Release entries when they're removed.