Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp69 for (auto SuccessorId : NodeStable.SuccessorIds) in serialize() local
70 Writer.write<uint32_t>(SuccessorId); in serialize()
161 for (auto SuccessorId : NodeStable.SuccessorIds) { in convertFromStableData() local
163 IdNodeMap[SuccessorId] = Sucessor.get(); in convertFromStableData()
164 auto Hash = IdNodeStableMap.at(SuccessorId).Hash; in convertFromStableData()