Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp162 auto Sucessor = std::make_unique<HashNode>(); in convertFromStableData() local
163 IdNodeMap[SuccessorId] = Sucessor.get(); in convertFromStableData()
165 Successors[Hash] = std::move(Sucessor); in convertFromStableData()