Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp318 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local
320 GUIDPreservedSymbols); in computeGUIDPreservedSymbols()
321 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
430 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument
458 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
509 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument
530 GUIDPreservedSymbols); in resolvePrevailingInIndex()
619 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member
623 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported()
624 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
[all …]
H A DLTO.cpp373 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument
406 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
452 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument
465 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
1169 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1181 GUIDPreservedSymbols.insert(GUID); in run()
1196 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
1217 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1889 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument
1906 !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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp260 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument
298 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes()
561 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
662 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h388 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
395 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h260 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
H A DLTO.h57 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
563 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1434 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls() argument
1439 GUIDPreservedSymbols.empty()) { in computeDeadSymbolsAndUpdateIndirectCalls()
1446 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbolsAndUpdateIndirectCalls()
1447 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls()
1550 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument
1553 computeDeadSymbolsAndUpdateIndirectCalls(Index, GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
1556 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1955 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;