GCC Middle and Back End API Reference
|
Public Types | |
typedef iv_common_cand * | value_type |
typedef iv_common_cand * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const iv_common_cand *) |
static bool | equal (const iv_common_cand *, const iv_common_cand *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (iv_common_cand *&) |
static void | mark_empty (iv_common_cand *&) |
static bool | is_deleted (iv_common_cand *) |
static bool | is_empty (iv_common_cand *) |
static void | remove (iv_common_cand *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Hashtable helpers.
|
inherited |
|
inherited |
|
inlinestatic |
Hash table equality function for common candidates.
References iv_common_cand::base, iv_common_cand::hash, operand_equal_p(), iv_common_cand::step, TREE_TYPE, and TYPE_PRECISION.
|
inlinestaticinherited |
|
inlinestatic |
Hash function for possible common candidates.
References iv_common_cand::hash.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with delete.
|
staticinherited |