HashNodeStable is the serialized, stable, and compact representation of a HashNode.
Synopsis
Declared in <llvm/CGData/OutlinedHashTreeRecord.h>
struct HashNodeStable;
Data Members
Name |
Description |
Stable hash value of the node. |
|
IDs of the successor nodes in the stable representation. |
|
Number of terminals in the sequence ending at this node. |
Created with MrDocs