Searched refs:GUIDPreservedSymbols (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 292 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local 294 GUIDPreservedSymbols); in computeGUIDPreservedSymbols() 295 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols() 420 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument 448 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 492 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument 513 GUIDPreservedSymbols); in resolvePrevailingInIndex() 616 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member 619 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported() 620 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported() [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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTO.h | 51 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 433 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
H A D | Config.h | 245 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1520 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|