GCC Middle and Back End API Reference
var_expand_hasher Struct Reference
Inheritance diagram for var_expand_hasher:
Collaboration diagram for var_expand_hasher:

Public Types

typedef var_to_expand value_type
typedef var_to_expand 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 (var_to_expand *p)

Detailed Description

Hashtable helper for iv_to_split.


Member Typedef Documentation


Member Function Documentation

bool var_expand_hasher::equal ( const value_type i1,
const compare_type i2 
)
inlinestatic

Return true if I1 and I2 refer to the same instruction.

Referenced by iv_split_hasher::equal().

hashval_t var_expand_hasher::hash ( const value_type ves)
inlinestatic

Return a hash for VES.

Referenced by iv_split_hasher::equal().

static void typed_free_remove< var_to_expand >::remove ( var_to_expand p)
inlinestaticinherited

Remove with free.


The documentation for this struct was generated from the following file: