GCC Middle and Back End API Reference
|
Public Types | |
typedef expr | value_type |
typedef expr | 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 (expr *p) |
Hashtable helpers.
typedef expr expr_hasher::compare_type |
typedef expr expr_hasher::value_type |
|
inlinestatic |
Callback for hashtab. Return nonzero if exp1 is equivalent to exp2.
References exp_equiv_p(), expr::expr, and expr::hash.
|
inlinestatic |
Callback for hashtab. Return the hash value for expression EXP. We don't actually hash here, we just return the cached hash value.
References expr::hash.
|
inlinestaticinherited |
Remove doing nothing.