Searched refs:GUIDPreservedSymbols (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 359 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 D | LTO.cpp | 328 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 D | LTOBackend.cpp | 136 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 D | FunctionImport.h | 181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 246 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 D | FunctionImport.cpp | 844 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 D | LTO.h | 51 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
| H A D | Config.h | 245 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1522 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|