/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 175 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 182 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 189 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 196 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 185 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, 192 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/ |
D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 431 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
D | Config.h | 257 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/ |
D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
D | Config.h | 254 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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)>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/ |
D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 55 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 422 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|
H A D | Config.h | 194 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/ |
D | LTO.h | 52 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols); 435 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols);
|