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

Public Types

typedef value_type compare_type
 
typedef ls_exprvalue_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

◆ value_type

typedef ls_expr* pointer_hash< ls_expr >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool pre_ldst_expr_hasher::equal ( const ls_expr * ptr1,
const ls_expr * ptr2 )
inlinestatic

References expr_equiv_p(), and ls_expr::pattern.

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t pre_ldst_expr_hasher::hash ( const ls_expr * x)
inlinestatic
Hashtable helpers.   

References GET_MODE, hash_rtx(), NULL, and ls_expr::pattern.

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< ls_expr >::empty_zero_p
staticinherited

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