GCC Middle and Back End API Reference
|
#include <region.h>
Public Member Functions | |
key_t (const region *parent, tree field) | |
hashval_t | hash () const |
bool | operator== (const key_t &other) const |
void | mark_deleted () |
void | mark_empty () |
bool | is_deleted () const |
bool | is_empty () const |
Data Fields | |
const region * | m_parent |
tree | m_field |
References gcc_assert.
|
inline |
References inchash::hash::add_ptr(), inchash::hash::end(), m_field, and m_parent.
|
inline |
References m_field.
tree ana::field_region::key_t::m_field |
Referenced by hash(), is_deleted(), is_empty(), mark_deleted(), mark_empty(), and operator==().
const region* ana::field_region::key_t::m_parent |
Referenced by hash(), and operator==().