GCC Middle and Back End API Reference
|
Public Types | |
typedef coalesce_pair * | value_type |
typedef coalesce_pair * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const coalesce_pair *) |
static bool | equal (const coalesce_pair *, const coalesce_pair *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (coalesce_pair *&) |
static void | mark_empty (coalesce_pair *&) |
static bool | is_deleted (coalesce_pair *) |
static bool | is_empty (coalesce_pair *) |
static void | remove (coalesce_pair *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
Coalesce pair hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
Equality function for coalesce list hash table. Compare PAIR1 and PAIR2, returning TRUE if the two pairs are equivalent.
References coalesce_pair::first_element, and coalesce_pair::second_element.
|
inlinestaticinherited |
|
inlinestatic |
Hash function for coalesce list. Calculate hash for PAIR.
Referenced by find_coalesce_pair().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |