Searched refs:RenamedComdats (Results 1 – 6 of 6) sorted by relevance
279 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()307 if (!RenamedComdats.empty()) in processGlobalsForThinLTO()310 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO()311 if (Replacement != RenamedComdats.end()) in processGlobalsForThinLTO()
272 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()314 if (!RenamedComdats.empty()) in processGlobalsForThinLTO()317 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO()318 if (Replacement != RenamedComdats.end()) in processGlobalsForThinLTO()
39 DenseMap<const Comdat *, Comdat *> RenamedComdats; in promoteInternals() local61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()73 if (!RenamedComdats.empty()) in promoteInternals()76 auto Replacement = RenamedComdats.find(C); in promoteInternals()77 if (Replacement != RenamedComdats.end()) in promoteInternals()
49 DenseMap<const Comdat *, Comdat *> RenamedComdats; variable
62 DenseMap<const Comdat *, Comdat *> RenamedComdats; variable