Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp117 HashNodeIdMapTy NodeIdMap; in convertToStableData() local
119 [&NodeIdMap](const HashNode *Current) { in convertToStableData()
120 size_t Index = NodeIdMap.size(); in convertToStableData()
121 NodeIdMap[Current] = Index; in convertToStableData()
122 assert((Index + 1 == NodeIdMap.size()) && in convertToStableData()
128 for (auto &P : NodeIdMap) { in convertToStableData()
135 NodeStable.SuccessorIds.push_back(NodeIdMap[P.second.get()]); in convertToStableData()