GCC Middle and Back End API Reference
ipa_icf::congruence_class_hash Struct Reference

#include <ipa-icf.h>

Inheritance diagram for ipa_icf::congruence_class_hash:
Collaboration diagram for ipa_icf::congruence_class_hash:

Public Types

typedef congruence_class_groupvalue_type
 
typedef congruence_class_groupcompare_type
 

Static Public Member Functions

static hashval_t hash (const congruence_class_group *item)
 
static int equal (const congruence_class_group *item1, const congruence_class_group *item2)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (congruence_class_group *&)
 
static void mark_empty (congruence_class_group *&)
 
static bool is_deleted (congruence_class_group *)
 
static bool is_empty (congruence_class_group *)
 
static void remove (congruence_class_group *&)
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Congruence class set structure.   

Member Typedef Documentation

◆ compare_type

typedef congruence_class_group* pointer_hash< congruence_class_group >::compare_type
inherited

◆ value_type

typedef congruence_class_group* pointer_hash< congruence_class_group >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

static int ipa_icf::congruence_class_hash::equal ( const congruence_class_group * item1,
const congruence_class_group * item2 )
inlinestatic

◆ equal() [2/2]

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

◆ hash() [1/2]

static hashval_t ipa_icf::congruence_class_hash::hash ( const congruence_class_group * item)
inlinestatic

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< congruence_class_group >::empty_zero_p
staticinherited

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