GCC Middle and Back End API Reference
dead_debug_hash_descr Struct Reference

#include <valtrack.h>

Inheritance diagram for dead_debug_hash_descr:
Collaboration diagram for dead_debug_hash_descr:

Public Types

typedef dead_debug_global_entryvalue_type
 
typedef dead_debug_global_entrycompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Descriptor for hash_table to hash by dead_debug_global_entry's REG
and map to DTEMP.   

Member Typedef Documentation

◆ compare_type

typedef dead_debug_global_entry* pointer_hash< dead_debug_global_entry >::compare_type
inherited

◆ value_type

Member Function Documentation

◆ equal() [1/2]

bool dead_debug_hash_descr::equal ( const dead_debug_global_entry * my,
const dead_debug_global_entry * other )
inlinestatic
Entries are identical if they refer to the same pseudo.   

References dead_debug_global_entry::reg.

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t dead_debug_hash_descr::hash ( const dead_debug_global_entry * my)
inlinestatic
Hash on the pseudo number.   

References dead_debug_global_entry::reg, and REGNO.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< dead_debug_global_entry >::empty_zero_p
staticinherited

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