Lines Matching refs:GlobalValue

115         return !GlobalValue::isAvailableExternallyLinkage(Linkage) &&  in getFirstDefinitionForLinker()
116 !GlobalValue::isWeakForLinker(Linkage); in getFirstDefinitionForLinker()
125 return !GlobalValue::isAvailableExternallyLinkage(Linkage); in getFirstDefinitionForLinker()
138 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies()
332 DenseSet<GlobalValue::GUID> &PreservedGUID) { in addUsedSymbolToPreservedGUID()
335 PreservedGUID.insert(GlobalValue::getGUID(Sym.getIRName())); in addUsedSymbolToPreservedGUID()
343 DenseSet<GlobalValue::GUID> &GUIDs) { in computeGUIDPreservedSymbols()
348 GUIDs.insert(GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in computeGUIDPreservedSymbols()
349 Sym.getIRName(), GlobalValue::ExternalLinkage, ""))); 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()
485 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
560 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
562 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
563 const DenseMap<GlobalValue::GUID, const GlobalValueSummary *> in resolvePrevailingInIndex()
566 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex()
575 GlobalValue::GUID GUID, in resolvePrevailingInIndex()
576 GlobalValue::LinkageTypes 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 ()()
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()
1107 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()
1109 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in run()