Lines Matching refs:GUID

138     DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) {  in computePrevailingCopies()  argument
332 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
343 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols()
353 static DenseSet<GlobalValue::GUID>
357 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
399 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
485 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
560 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
562 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
563 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument
566 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument
567 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex()
575 GlobalValue::GUID GUID, in resolvePrevailingInIndex()
577 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
686 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
689 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported()
700 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy;
701 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing()
705 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()()
706 const auto &Prevailing = PrevailingCopy.find(GUID); in operator ()()
717 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex()
721 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex()
757 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in promote()
761 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
922 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in internalize()
926 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize()
1063 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run()
1091 std::set<GlobalValue::GUID> ExportedGUIDs; in run()
1093 for (auto GUID : ExportedGUIDs) in run() local
1094 GUIDPreservedSymbols.insert(GUID); in run()
1107 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()
1109 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in run()