/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 478 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule() argument 483 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolveWeakForLinkerModule() 484 if (GS == DefinedGlobals.end()) in thinLTOResolveWeakForLinkerModule() 505 const GVSummaryMapTy &DefinedGlobals) { in thinLTOInternalizeModule() argument 524 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() 526 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 537 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 538 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 545 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 546 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 435 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols() argument 439 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() 459 const GVSummaryMapTy &DefinedGlobals, in thinBackend() argument 484 dropDeadSymbols(Mod, DefinedGlobals, CombinedIndex); in thinBackend() 486 thinLTOResolveWeakForLinkerModule(Mod, DefinedGlobals); in thinBackend() 491 if (!DefinedGlobals.empty()) in thinBackend() 492 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
|
D | LTO.cpp | 73 const GVSummaryMapTy &DefinedGlobals, in computeCacheKey() argument 212 for (auto &GS : DefinedGlobals) { in computeCacheKey() 956 const GVSummaryMapTy &DefinedGlobals, in runThinLTOBackendThread() argument 966 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 981 ResolvedODR, DefinedGlobals, TypeIdSummariesByGuid, in runThinLTOBackendThread() 997 const GVSummaryMapTy &DefinedGlobals = in start() local 1005 const GVSummaryMapTy &DefinedGlobals, in start() 1010 ResolvedODR, DefinedGlobals, ModuleMap, TypeIdSummariesByGuid); in start() 1020 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap), in start()
|
D | ThinLTOCodeGenerator.cpp | 448 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument 460 thinLTOResolveWeakForLinkerModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 470 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 778 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule() argument 781 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolveWeakForLinkerModule() 782 if (GS == DefinedGlobals.end()) in thinLTOResolveWeakForLinkerModule() 846 const GVSummaryMapTy &DefinedGlobals) { in thinLTOInternalizeModule() argument 851 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() 852 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 863 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 864 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 871 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 872 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 115 const GVSummaryMapTy &DefinedGlobals); 120 const GVSummaryMapTy &DefinedGlobals);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 159 const GVSummaryMapTy &DefinedGlobals); 164 const GVSummaryMapTy &DefinedGlobals);
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 885 std::map<GlobalValue::GUID, GlobalValueSummary *> *DefinedGlobals; member in __anon1f3f5eac0211::CodeGen 899 std::map<GlobalValue::GUID, GlobalValueSummary *> *DefinedGlobals) in CodeGen() argument 902 ImportList(ImportList), DefinedGlobals(DefinedGlobals) { in CodeGen() 992 thinLTOResolveWeakForLinkerModule(*M, *DefinedGlobals); in runLTOPasses() 999 if (!DefinedGlobals->empty()) in runLTOPasses() 1000 thinLTOInternalizeModule(*M, *DefinedGlobals); in runLTOPasses() 1186 std::map<GlobalValue::GUID, GlobalValueSummary *> &DefinedGlobals) { in thinLTOBackendTask() argument 1203 &ModuleMap, &ImportList, &DefinedGlobals); in thinLTOBackendTask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 47 const GVSummaryMapTy &DefinedGlobals,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 336 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument 348 thinLTOResolveWeakForLinkerModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 358 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
|