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

Public Types

typedef scev_info_strvalue_type
 
typedef scev_info_strcompare_type
 

Static Public Member Functions

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

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef scev_info_str* pointer_hash< scev_info_str >::compare_type
inherited

◆ value_type

typedef scev_info_str* pointer_hash< scev_info_str >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

bool scev_info_hasher::equal ( const scev_info_str * elt1,
const scev_info_str * elt2 )
static
Compares database elements E1 and E2.   

References scev_info_str::instantiated_below, and scev_info_str::name_version.

Referenced by eq_idx_scev_info().

◆ ggc_maybe_mx() [1/2]

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

◆ ggc_maybe_mx() [2/2]

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

◆ ggc_mx() [1/2]

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

◆ ggc_mx() [2/2]

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

◆ hash() [1/2]

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

◆ hash() [2/2]

hashval_t scev_info_hasher::hash ( scev_info_str * elt)
static
Computes a hash function for database element ELT.   

References scev_info_str::instantiated_below, and scev_info_str::name_version.

Referenced by get_instantiated_value_entry(), and hash_idx_scev_info().

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/4]

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

◆ pch_nx() [2/4]

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

◆ pch_nx() [3/4]

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

◆ pch_nx() [4/4]

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

◆ remove() [1/2]

static void ggc_remove< scev_info_str >::remove ( scev_info_str & )
inlinestaticinherited

◆ remove() [2/2]

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< scev_info_str >::empty_zero_p
staticinherited

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