LLVM 20.0.0git
|
HashNodeStable is the serialized, stable, and compact representation of a HashNode. More...
#include "llvm/CodeGenData/OutlinedHashTreeRecord.h"
Public Attributes | |
llvm::yaml::Hex64 | Hash |
unsigned | Terminals |
std::vector< unsigned > | SuccessorIds |
HashNodeStable is the serialized, stable, and compact representation of a HashNode.
Definition at line 25 of file OutlinedHashTreeRecord.h.
llvm::yaml::Hex64 llvm::HashNodeStable::Hash |
Definition at line 26 of file OutlinedHashTreeRecord.h.
Referenced by llvm::OutlinedHashTreeRecord::deserialize(), and llvm::yaml::MappingTraits< HashNodeStable >::mapping().
std::vector<unsigned> llvm::HashNodeStable::SuccessorIds |
Definition at line 28 of file OutlinedHashTreeRecord.h.
Referenced by llvm::OutlinedHashTreeRecord::deserialize(), and llvm::yaml::MappingTraits< HashNodeStable >::mapping().
unsigned llvm::HashNodeStable::Terminals |
Definition at line 27 of file OutlinedHashTreeRecord.h.
Referenced by llvm::OutlinedHashTreeRecord::deserialize(), and llvm::yaml::MappingTraits< HashNodeStable >::mapping().