Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp324 GUIDPreservedSymbols); in computeGUIDPreservedSymbols()
325 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
536 GUIDPreservedSymbols); in resolvePrevailingInIndex()
642 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
647 GUIDPreservedSymbols.count(VI.getGUID()); in operator ()()
701 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote()
868 auto GUIDPreservedSymbols = in internalize() local
1041 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1044 GUIDPreservedSymbols); in run()
1077 GUIDPreservedSymbols.insert(GUID); in run()
[all …]
H A DLTO.cpp356 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument
389 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
432 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument
445 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
1128 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1140 GUIDPreservedSymbols.insert(GUID); in run()
1155 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
1176 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1647 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument
1664 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO()
[all …]
H A DLTOBackend.cpp135 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument
149 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp263 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument
301 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes()
550 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
647 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
433 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
H A DConfig.h257 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1199 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls() argument
1204 GUIDPreservedSymbols.empty()) { in computeDeadSymbolsAndUpdateIndirectCalls()
1211 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbolsAndUpdateIndirectCalls()
1212 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls()
1315 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument
1318 computeDeadSymbolsAndUpdateIndirectCalls(Index, GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
1321 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1839 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;