libFirm
pset_entry Struct Reference

The entry of a pset, representing an element pointer in the set and its meta-information. More...

#include <pset.h>

Data Fields

unsigned hash
 hash value of element
void * dptr
 pointer to element data

Detailed Description

The entry of a pset, representing an element pointer in the set and its meta-information.

Definition at line 75 of file pset.h.

Field Documentation

void* pset_entry::dptr

pointer to element data

Definition at line 77 of file pset.h.

unsigned pset_entry::hash

hash value of element

Definition at line 76 of file pset.h.


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