Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp262 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
573 GUIDPreservedSymbols.count(GUID); in internalizeAndPromoteInIndex()
610 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote()
649 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in crossModuleImport()
679 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in gatherImportedSummariesForModule()
709 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in emitImports()
739 auto GUIDPreservedSymbols = in internalize() local
747 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in internalize()
758 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
881 auto GUIDPreservedSymbols = in run() local
[all …]
H A DLTO.cpp814 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
826 GUIDPreservedSymbols.insert(GlobalValue::getGUID( in run()
839 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h176 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
183 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp736 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument
741 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols()
746 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols()
747 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols()
845 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument
848 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsWithConstProp()
850 Index.propagateConstants(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp146 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateConstants() argument
165 if (!canImportGlobalVar(S.get()) || GUIDPreservedSymbols.count(P.first)) in propagateConstants()