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

Public Types

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

Detailed Description

   Hashtable helper.  

Member Typedef Documentation


Member Function Documentation

bool biv_entry_hasher::equal ( const value_type b,
const compare_type r 
)
inlinestatic
   Compares biv B and register R.  

References IV_SIGN_EXTEND, IV_UNKNOWN_EXTEND, and IV_ZERO_EXTEND.

hashval_t biv_entry_hasher::hash ( const value_type b)
inlinestatic
   Returns hash value for biv B.  
static void typed_free_remove< biv_entry >::remove ( biv_entry p)
inlinestaticinherited
   Remove with free.  

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