GCC Middle and Back End API Reference
|
Public Types | |
typedef tm_memop | value_type |
typedef tm_memop | 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 (tm_memop *p) |
TM memory operation hashtable helpers.
typedef tm_memop tm_memop_hasher::value_type |
|
inlinestatic |
Htab support. Return true if two tm_memop's are the same.
References bitmap_copy(), and edge_def::src.
|
inlinestatic |
Htab support. Return a hash value for a `tm_memop'.
We drill down to the SSA_NAME/DECL for the hash, but equality is actually done with operand_equal_p (see tm_memop_eq).
References basic_block_def::preds.
|
inlinestaticinherited |
Remove with free.