Home
last modified time | relevance | path

Searched refs:NodeStable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp39 HashNodeStable NodeStable; in inputOne() local
40 io.mapRequired(Key.str().c_str(), NodeStable); in inputOne()
46 V.insert({Id, NodeStable}); in inputOne()
64 for (const auto &[Id, NodeStable] : IdNodeStableMap) { in serialize()
66 Writer.write<uint64_t>(NodeStable.Hash); in serialize()
67 Writer.write<uint32_t>(NodeStable.Terminals); in serialize()
68 Writer.write<uint32_t>(NodeStable.SuccessorIds.size()); in serialize()
69 for (auto SuccessorId : NodeStable.SuccessorIds) in serialize()
81 HashNodeStable NodeStable; in deserialize() local
82 NodeStable.Hash = in deserialize()
[all …]