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

Public Types

typedef sanopt_tree_triplet value_type
 
typedef sanopt_tree_triplet compare_type
 

Static Public Member Functions

static hashval_t hash (const sanopt_tree_triplet &ref)
 
static bool equal (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2)
 
static void mark_deleted (sanopt_tree_triplet &ref)
 
static void mark_empty (sanopt_tree_triplet &ref)
 
static bool is_deleted (const sanopt_tree_triplet &ref)
 
static bool is_empty (const sanopt_tree_triplet &ref)
 
static void remove (sanopt_tree_triplet &)
 

Static Public Attributes

static const bool empty_zero_p = true
 

Detailed Description

Traits class for tree triplet hash maps below.   

Member Typedef Documentation

◆ compare_type

◆ value_type

Member Function Documentation

◆ equal()

static bool sanopt_tree_triplet_hash::equal ( const sanopt_tree_triplet & ref1,
const sanopt_tree_triplet & ref2 )
inlinestatic

References ggc_alloc(), and operand_equal_p().

◆ hash()

◆ is_deleted()

static bool sanopt_tree_triplet_hash::is_deleted ( const sanopt_tree_triplet & ref)
inlinestatic

◆ is_empty()

static bool sanopt_tree_triplet_hash::is_empty ( const sanopt_tree_triplet & ref)
inlinestatic

References NULL, and sanopt_tree_triplet::t1.

◆ mark_deleted()

static void sanopt_tree_triplet_hash::mark_deleted ( sanopt_tree_triplet & ref)
inlinestatic

◆ mark_empty()

static void sanopt_tree_triplet_hash::mark_empty ( sanopt_tree_triplet & ref)
inlinestatic

References NULL, and sanopt_tree_triplet::t1.

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool sanopt_tree_triplet_hash::empty_zero_p = true
static

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