Lines Matching refs:GUID

137     DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) {  in computePrevailingCopies()  argument
295 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
306 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols()
316 static DenseSet<GlobalValue::GUID>
320 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
363 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
449 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
526 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
528 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
529 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex() argument
532 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument
533 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex()
541 GlobalValue::GUID GUID, in resolvePrevailingInIndex()
543 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
652 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
655 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported()
666 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy;
667 IsPrevailing(const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in IsPrevailing()
671 bool operator()(GlobalValue::GUID GUID, const GlobalValueSummary *S) const { in operator ()()
672 const auto &Prevailing = PrevailingCopy.find(GUID); in operator ()()
683 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex()
687 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex()
723 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in promote()
727 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
889 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in internalize()
893 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize()
1036 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run()
1066 std::set<GlobalValue::GUID> ExportedGUIDs; in run()
1068 for (auto GUID : ExportedGUIDs) in run() local
1069 GUIDPreservedSymbols.insert(GUID); in run()
1082 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()
1084 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in run()