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

Public Types

typedef addr_table_entryvalue_type
 
typedef addr_table_entrycompare_type
 

Static Public Member Functions

static hashval_t hash (addr_table_entry *)
 
static bool equal (addr_table_entry *, addr_table_entry *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (addr_table_entry *&)
 
static void mark_empty (addr_table_entry *&)
 
static bool is_deleted (addr_table_entry *)
 
static bool is_empty (addr_table_entry *)
 
static void remove (addr_table_entry *&)
 
static void ggc_mx (addr_table_entry *&p)
 
static void ggc_maybe_mx (addr_table_entry *&p)
 
static void pch_nx (addr_table_entry *&p)
 
static void pch_nx (addr_table_entry *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

addr_table_entry* pointer_hash< addr_table_entry >::compare_type
inherited

◆ value_type

addr_table_entry* pointer_hash< addr_table_entry >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

◆ equal() [2/2]

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

◆ ggc_maybe_mx()

static void ggc_remove< addr_table_entry * >::ggc_maybe_mx ( addr_table_entry * & p)
inlinestaticinherited

◆ ggc_mx()

static void ggc_remove< addr_table_entry * >::ggc_mx ( addr_table_entry * & p)
inlinestaticinherited

◆ hash() [1/2]

hashval_t addr_hasher::hash ( addr_table_entry * a)
static
Hash an address_table_entry.   

References a, inchash::add_rtx(), and inchash::hash::end().

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

static void ggc_remove< addr_table_entry * >::pch_nx ( addr_table_entry * & p)
inlinestaticinherited

◆ pch_nx() [2/2]

static void ggc_remove< addr_table_entry * >::pch_nx ( addr_table_entry * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove()

static void ggc_remove< addr_table_entry * >::remove ( addr_table_entry * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< addr_table_entry >::empty_zero_p
staticinherited

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