Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp38 DenseMap<const Comdat *, Comdat *> RenamedComdats; in promoteInternals() local
60 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
72 if (!RenamedComdats.empty()) in promoteInternals()
75 auto Replacement = RenamedComdats.find(C); in promoteInternals()
76 if (Replacement != RenamedComdats.end()) in promoteInternals()