GCC Middle and Back End API Reference
|
Public Types | |
typedef void | value_type |
typedef void | 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 (void *p) |
Oecount hashtable helpers.
typedef void oecount_hasher::compare_type |
typedef void oecount_hasher::value_type |
Note that this hash table stores integers, not pointers. So, observe the casting in the member functions.
|
inlinestatic |
Comparison function for oecount.
References CASE_FLT_FN, DECL_FUNCTION_CODE, gimple_call_arg(), gimple_call_fndecl(), HOST_WIDE_INT, and REAL_VALUE_TYPE.
|
inlinestatic |
Hash function for oecount.
|
inlinestaticinherited |
Remove doing nothing.