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

Public Types

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

Detailed Description

   Hashtable helpers.  

Member Typedef Documentation


Member Function Documentation

bool iv_inv_expr_hasher::equal ( const value_type expr1,
const compare_type expr2 
)
inlinestatic
   Hash table equality function for expressions.  
hashval_t iv_inv_expr_hasher::hash ( const value_type expr)
inlinestatic
   Hash function for loop invariant expressions.  
static void typed_free_remove< iv_inv_expr_ent >::remove ( iv_inv_expr_ent p)
inlinestaticinherited
   Remove with free.  

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