llvm::HashNodeStable

HashNodeStable is the serialized, stable, and compact representation of a HashNode.

Synopsis

Declared in <llvm/CGData/OutlinedHashTreeRecord.h>

struct HashNodeStable;

Data Members

NameDescription
Hash Stable hash value of the node.
SuccessorIds IDs of the successor nodes in the stable representation.
Terminals Number of terminals in the sequence ending at this node.