LLVM 22.0.0git
llvm::HashNodeStable Struct Reference

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

#include "llvm/CGData/OutlinedHashTreeRecord.h"

Public Attributes

llvm::yaml::Hex64 Hash
unsigned Terminals
std::vector< unsignedSuccessorIds

Detailed Description

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

Definition at line 26 of file OutlinedHashTreeRecord.h.

Member Data Documentation

◆ Hash

llvm::yaml::Hex64 llvm::HashNodeStable::Hash

◆ SuccessorIds

std::vector<unsigned> llvm::HashNodeStable::SuccessorIds

◆ Terminals


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