Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp359 GUIDPreservedSymbols); in computeGUIDPreservedSymbols()
360 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()
583 GUIDPreservedSymbols); in resolvePrevailingInIndex()
690 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported()
695 GUIDPreservedSymbols.count(VI.getGUID()); in operator ()()
749 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols); in promote()
898 auto GUIDPreservedSymbols = in internalize() local
1063 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1066 GUIDPreservedSymbols); in run()
1094 GUIDPreservedSymbols.insert(GUID); in run()
[all …]
H A DLTO.cpp328 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument
361 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
404 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument
417 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
997 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1009 GUIDPreservedSymbols.insert(GUID); in run()
1024 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run()
1035 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run()
1400 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument
1410 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO()
[all …]
H A DLTOBackend.cpp136 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument
150 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp246 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument
283 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes()
524 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot()
608 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp844 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument
849 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols()
854 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols()
855 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols()
958 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument
961 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsWithConstProp()
963 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h51 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
H A DConfig.h245 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1522 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;