Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp253 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local
258 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()
260 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
447 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument
468 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
627 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in internalizeAndPromoteInIndex() argument
633 GUIDPreservedSymbols.count(GUID); in internalizeAndPromoteInIndex()
641 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex() argument
648 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsInIndex()
665 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() local
[all …]
DLTO.cpp776 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
788 GUIDPreservedSymbols.insert(GlobalValue::getGUID( in run()
801 computeDeadSymbols(ThinLTO.CombinedIndex, GUIDPreservedSymbols, isPrevailing); in run()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local
189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()
191 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument
356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
619 auto GUIDPreservedSymbols = in internalize() local
635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
643 GUIDPreservedSymbols.count(GUID); in internalize()
727 auto GUIDPreservedSymbols = in run() local
744 GUIDPreservedSymbols.count(GUID); in run()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h128 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp606 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument
611 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols()
616 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols()
617 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols()