GCC Middle and Back End API Reference
|
Public Types | |
typedef equiv_class_label * | value_type |
typedef equiv_class_label * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const equiv_class_label *) |
static bool | equal (const equiv_class_label *, const equiv_class_label *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (equiv_class_label *&) |
static void | mark_empty (equiv_class_label *&) |
static bool | is_deleted (equiv_class_label *) |
static bool | is_empty (equiv_class_label *) |
static void | remove (equiv_class_label *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
Equiv_class_label hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
Equality function for two equiv_class_label_t's.
References bitmap_equal_p(), equiv_class_label::hashcode, and equiv_class_label::labels.
|
inlinestaticinherited |
|
inlinestatic |
Hash function for a equiv_class_label_t
References equiv_class_label::hashcode.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |