/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/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 115 const GVSummaryMapTy &DefinedGlobals); 120 const GVSummaryMapTy &DefinedGlobals);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 481 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols() argument 485 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() 505 const GVSummaryMapTy &DefinedGlobals, in thinBackend() argument 531 dropDeadSymbols(Mod, DefinedGlobals, CombinedIndex); in thinBackend() 533 thinLTOResolvePrevailingInModule(Mod, DefinedGlobals); in thinBackend() 538 if (!DefinedGlobals.empty()) in thinBackend() 539 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
|
D | LTO.cpp | 77 const GVSummaryMapTy &DefinedGlobals, in computeLTOCacheKey() argument 223 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() 1086 const GVSummaryMapTy &DefinedGlobals, in runThinLTOBackendThread() argument 1095 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 1110 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1126 const GVSummaryMapTy &DefinedGlobals = in start() local 1134 const GVSummaryMapTy &DefinedGlobals, in start() 1138 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1148 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
|
D | ThinLTOCodeGenerator.cpp | 405 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument 417 thinLTOResolvePrevailingInModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 427 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 214 const GVSummaryMapTy &DefinedGlobals); 219 const GVSummaryMapTy &DefinedGlobals);
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 220 const GVSummaryMapTy &DefinedGlobals); 225 const GVSummaryMapTy &DefinedGlobals);
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 1011 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule() argument 1014 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() 1015 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 1076 const GVSummaryMapTy &DefinedGlobals) { in thinLTOInternalizeModule() argument 1081 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() 1082 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1093 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1094 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1101 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1102 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 984 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule() argument 987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() 988 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 1049 const GVSummaryMapTy &DefinedGlobals) { in thinLTOInternalizeModule() argument 1054 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() 1055 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1066 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1067 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1074 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1075 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOBackend.cpp | 544 static void dropDeadSymbols(Module &Mod, const GVSummaryMapTy &DefinedGlobals, in dropDeadSymbols() argument 548 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() 568 const GVSummaryMapTy &DefinedGlobals, in thinBackend() argument 621 dropDeadSymbols(Mod, DefinedGlobals, CombinedIndex); in thinBackend() 623 thinLTOResolvePrevailingInModule(Mod, DefinedGlobals); in thinBackend() 628 if (!DefinedGlobals.empty()) in thinBackend() 629 thinLTOInternalizeModule(Mod, DefinedGlobals); in thinBackend()
|
D | LTO.cpp | 80 const GVSummaryMapTy &DefinedGlobals, in computeLTOCacheKey() argument 236 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() 1148 const GVSummaryMapTy &DefinedGlobals, in runThinLTOBackendThread() argument 1157 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 1172 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1188 const GVSummaryMapTy &DefinedGlobals = in start() local 1196 const GVSummaryMapTy &DefinedGlobals, in start() 1203 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1215 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
|
D | ThinLTOCodeGenerator.cpp | 421 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument 440 thinLTOResolvePrevailingInModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 450 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 46 const GVSummaryMapTy &DefinedGlobals,
|
D | LTO.h | 75 const GVSummaryMapTy &DefinedGlobals,
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 885 std::map<GlobalValue::GUID, GlobalValueSummary *> *DefinedGlobals; member in __anonbb06324a0211::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/llvm-project/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 46 const GVSummaryMapTy &DefinedGlobals,
|
D | LTO.h | 71 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()
|