Searched refs:RenamedComdats (Results 1 – 3 of 3) sorted by relevance
297 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()341 if (!RenamedComdats.empty()) in processGlobalsForThinLTO()344 auto Replacement = RenamedComdats.find(C); in processGlobalsForThinLTO()345 if (Replacement != RenamedComdats.end()) in processGlobalsForThinLTO()
50 DenseMap<const Comdat *, Comdat *> RenamedComdats; in promoteInternals() local73 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()93 if (!RenamedComdats.empty()) in promoteInternals()96 auto Replacement = RenamedComdats.find(C); in promoteInternals()97 if (Replacement != RenamedComdats.end()) in promoteInternals()
62 DenseMap<const Comdat *, Comdat *> RenamedComdats; variable