HashNodeStable is the serialized, stable, and compact representation of a HashNode.
Declared in <llvm/CGData/OutlinedHashTreeRecord.h>
struct HashNodeStable;
| Name | Description |
|---|---|
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. |