Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp320 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local
322 GUIDPreservedSymbols); in computeGUIDPreservedSymbols()
323 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
449 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument
482 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
528 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument
549 GUIDPreservedSymbols); in resolvePrevailingInIndex()
652 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member
655 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported()
656 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
[all …]
H A DLTO.cpp332 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument
365 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
408 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument
421 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
1038 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1050 GUIDPreservedSymbols.insert(GUID); in run()
1065 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
1076 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1474 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument
1490 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO()
[all …]
H A DLTOBackend.cpp134 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument
148 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h189 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
196 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/openbsd-src/gnu/llvm/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()
621 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
411 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
H A DConfig.h254 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1739 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;