Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp146 IdHashNodeMapTy IdNodeMap; in convertFromStableData() local
148 IdNodeMap[0] = HashTree->getRoot(); in convertFromStableData()
149 assert(IdNodeMap[0]->Successors.empty()); in convertFromStableData()
154 assert(IdNodeMap.count(Id)); in convertFromStableData()
155 HashNode *Curr = IdNodeMap[Id]; in convertFromStableData()
163 IdNodeMap[SuccessorId] = Sucessor.get(); in convertFromStableData()