Lines Matching refs:GUID

126     DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) {  in computePrevailingCopies()  argument
252 static DenseSet<GlobalValue::GUID>
255 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
301 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
387 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
449 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex() argument
452 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in resolvePrevailingInIndex()
455 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() argument
456 const auto &Prevailing = PrevailingCopy.find(GUID); in resolvePrevailingInIndex()
464 GlobalValue::GUID GUID, in resolvePrevailingInIndex()
466 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
567 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in internalizeAndPromoteInIndex()
569 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalizeAndPromoteInIndex() argument
572 ExportList->second.count(GUID)) || in internalizeAndPromoteInIndex()
573 GUIDPreservedSymbols.count(GUID); in internalizeAndPromoteInIndex()
581 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex()
585 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex()
619 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
901 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()