Searched refs:GUIDPreservedSymbols (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 320 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local 322 GUIDPreservedSymbols); in computeGUIDPreservedSymbols() 323 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols() 449 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument 482 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 528 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument 549 GUIDPreservedSymbols); in resolvePrevailingInIndex() 652 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member 655 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported() 656 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported() [all …]
|
| H A D | LTO.cpp | 332 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument 365 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID() 408 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument 421 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex() 1038 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local 1050 GUIDPreservedSymbols.insert(GUID); in run() 1065 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run() 1076 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run() 1474 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument 1490 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO() [all …]
|
| H A D | LTOBackend.cpp | 134 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument 148 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 189 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 196 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 251 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument 289 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes() 538 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot() 621 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 849 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls() argument 854 GUIDPreservedSymbols.empty()) { in computeDeadSymbolsAndUpdateIndirectCalls() 861 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbolsAndUpdateIndirectCalls() 862 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls() 965 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument 968 computeDeadSymbolsAndUpdateIndirectCalls(Index, GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() 971 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 411 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
| H A D | Config.h | 254 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1739 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|