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_entvalue_type
 
typedef iv_inv_expr_entcompare_type
 

Static Public Member Functions

static hashval_t hash (const iv_inv_expr_ent *)
 
static bool equal (const iv_inv_expr_ent *, const iv_inv_expr_ent *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (iv_inv_expr_ent *&)
 
static void mark_empty (iv_inv_expr_ent *&)
 
static bool is_deleted (iv_inv_expr_ent *)
 
static bool is_empty (iv_inv_expr_ent *)
 
static void remove (iv_inv_expr_ent *p)
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Hashtable helpers.   

Member Typedef Documentation

◆ compare_type

typedef iv_inv_expr_ent* pointer_hash< iv_inv_expr_ent >::compare_type
inherited

◆ value_type

typedef iv_inv_expr_ent* pointer_hash< iv_inv_expr_ent >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool iv_inv_expr_hasher::equal ( const iv_inv_expr_ent * expr1,
const iv_inv_expr_ent * expr2 )
inlinestatic
Hash table equality function for expressions.   

References iv_inv_expr_ent::expr, iv_inv_expr_ent::hash, and operand_equal_p().

◆ equal() [2/2]

bool pointer_hash< iv_inv_expr_ent >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ hash() [1/2]

hashval_t iv_inv_expr_hasher::hash ( const iv_inv_expr_ent * expr)
inlinestatic
Hash function for loop invariant expressions.   

References expr::hash.

◆ hash() [2/2]

hashval_t pointer_hash< iv_inv_expr_ent >::hash ( const value_type & candidate)
inlinestaticinherited

◆ is_deleted()

bool pointer_hash< iv_inv_expr_ent >::is_deleted ( iv_inv_expr_ent * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< iv_inv_expr_ent >::is_empty ( iv_inv_expr_ent * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< iv_inv_expr_ent >::mark_deleted ( iv_inv_expr_ent *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< iv_inv_expr_ent >::mark_empty ( iv_inv_expr_ent *& e)
inlinestaticinherited

◆ remove()

void typed_free_remove< iv_inv_expr_ent >::remove ( iv_inv_expr_ent * p)
inlinestaticinherited
Remove with free.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< iv_inv_expr_ent >::empty_zero_p
staticinherited

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