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 value_type *) |
static bool | equal (const value_type *, const compare_type *) |
static void | remove (coalesce_pair *p) |
Coalesce pair hashtable helpers.
|
inlinestatic |
Equality function for coalesce list hash table. Compare PAIR1 and PAIR2, returning TRUE if the two pairs are equivalent.
|
inlinestatic |
Hash function for coalesce list. Calculate hash for PAIR.
|
inlinestaticinherited |
Remove doing nothing.