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(), READ_AVAIL_IN, READ_AVAIL_OUT, edge_def::src, STORE_AVAIL_IN, and STORE_AVAIL_OUT.
|
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 EDGE_COUNT, EDGE_PRED, and basic_block_def::preds.
|
inlinestaticinherited |
Remove with free.