/external/llvm-project/llvm/lib/LTO/ |
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 511 GUIDPreservedSymbols); in resolvePrevailingInIndex() 614 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member 617 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported() 618 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported() [all …]
|
D | LTO.cpp | 323 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument 353 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID() 377 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument 390 GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex() 939 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local 951 GUIDPreservedSymbols.insert(GUID); in run() 963 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run() 974 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run() 1338 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument 1348 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO() [all …]
|
D | LTOBackend.cpp | 134 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument 148 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 272 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local 277 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols() 279 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols() 404 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument 425 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 468 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex() argument 487 GUIDPreservedSymbols); in resolvePrevailingInIndex() 587 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member 590 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) in IsExported() 591 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {} in IsExported() [all …]
|
D | LTO.cpp | 310 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID() argument 340 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID() 364 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex() argument 377 GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex() 901 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local 913 GUIDPreservedSymbols.insert(GUID); in run() 925 computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex, GUIDPreservedSymbols, in run() 947 Result = runThinLTO(AddStream, Cache, GUIDPreservedSymbols); in run() 1263 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO() argument 1268 !Conf.CombinedIndexHook(ThinLTO.CombinedIndex, GUIDPreservedSymbols)) in runThinLTO() [all …]
|
D | LTOBackend.cpp | 107 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps() argument 121 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local 189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols() 191 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols() 335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument 356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 619 auto GUIDPreservedSymbols = in internalize() local 635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 643 GUIDPreservedSymbols.count(GUID); in internalize() 727 auto GUIDPreservedSymbols = in run() local 744 GUIDPreservedSymbols.count(GUID); in run() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 175 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 182 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 181 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 188 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 164 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument 187 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes() 410 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot() 490 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
|
/external/llvm-project/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 223 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes() argument 259 GUIDPreservedSymbols.count(P.first)) { in propagateAttributes() 489 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const { in exportToDot() 571 if (GUIDPreservedSymbols.count(SummaryIt.first)) in exportToDot()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 809 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument 814 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols() 819 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols() 820 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols() 924 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument 927 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsWithConstProp() 929 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 784 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols() argument 789 if (GUIDPreservedSymbols.empty()) in computeDeadSymbols() 794 Worklist.reserve(GUIDPreservedSymbols.size() * 2); in computeDeadSymbols() 795 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols() 900 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp() argument 903 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsWithConstProp() 905 Index.propagateAttributes(GUIDPreservedSymbols); in computeDeadSymbolsWithConstProp()
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | LTO.h | 51 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 429 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
D | Config.h | 228 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 55 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 422 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
D | Config.h | 194 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 1493 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 1383 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) const;
|