Lines Matching refs:GUID
135 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
267 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
278 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols()
288 static DenseSet<GlobalValue::GUID>
292 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
334 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
420 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
490 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
492 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
493 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument
496 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument
497 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex()
505 GlobalValue::GUID GUID, in resolvePrevailingInIndex()
507 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
614 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
617 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported()
628 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy;
629 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing()
633 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()()
634 const auto &Prevailing = PrevailingCopy.find(GUID); in operator ()()
645 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex()
649 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex()
685 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in promote()
689 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
850 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in internalize()
854 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize()
991 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run()
1016 std::set<GlobalValue::GUID> ExportedGUIDs; in run()
1018 for (auto GUID : ExportedGUIDs) in run() local
1019 GUIDPreservedSymbols.insert(GUID); in run()
1032 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()
1034 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in run()