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

Public Types

typedef allocno_hard_regsvalue_type
 
typedef allocno_hard_regscompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

allocno_hard_regs* pointer_hash< allocno_hard_regs >::compare_type
inherited

◆ value_type

Member Function Documentation

◆ equal() [1/2]

bool allocno_hard_regs_hasher::equal ( const allocno_hard_regs * hv1,
const allocno_hard_regs * hv2 )
inlinestatic
Compares allocno hard registers V1 and V2.   

References allocno_hard_regs::set.

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t allocno_hard_regs_hasher::hash ( const allocno_hard_regs * hv)
inlinestatic
Returns hash value for allocno hard registers V.   

References allocno_hard_regs::set.

Referenced by allocno_hard_regs_compare().

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

void typed_noop_remove< allocno_hard_regs * >::remove ( allocno_hard_regs * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< allocno_hard_regs >::empty_zero_p
staticinherited

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