LLVM 19.0.0git
Public Attributes | List of all members
llvm::HashNodeStable Struct Reference

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< unsignedSuccessorIds
 

Detailed Description

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

Definition at line 25 of file OutlinedHashTreeRecord.h.

Member Data Documentation

◆ Hash

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

◆ SuccessorIds

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

◆ Terminals

unsigned llvm::HashNodeStable::Terminals

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