Home
last modified time | relevance | path

Searched refs:GUIDPreservedSymbols (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp322 GUIDPreservedSymbols); in computeGUIDPreservedSymbols()
323 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
549 GUIDPreservedSymbols); in resolvePrevailingInIndex()
656 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
661 GUIDPreservedSymbols.count(VI.getGUID()); in operator ()()
715 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote()
865 auto GUIDPreservedSymbols = in internalize() local
1036 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1039 GUIDPreservedSymbols); in run()
1069 GUIDPreservedSymbols.insert(GUID); in run()
[all …]
H A DLTO.cpp329 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument
362 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
405 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument
418 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
1002 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1014 GUIDPreservedSymbols.insert(GUID); in run()
1029 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
1040 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1438 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument
1453 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO()
[all …]
H A DLTOBackend.cpp133 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument
147 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h189 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
196 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp251 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument
289 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes()
538 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
622 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp849 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls() argument
854 GUIDPreservedSymbols.empty()) { in computeDeadSymbolsAndUpdateIndirectCalls()
861 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbolsAndUpdateIndirectCalls()
862 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls()
965 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument
968 computeDeadSymbolsAndUpdateIndirectCalls(Index, GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
971 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
411 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
H A DConfig.h252 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1587 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;