Home
last modified time | relevance | path

Searched refs:DefinedGlobals (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp478 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/
DLTOBackend.cpp435 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()
DLTO.cpp73 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()
DThinLTOCodeGenerator.cpp448 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/
DFunctionImport.cpp778 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/
DFunctionImport.h115 const GVSummaryMapTy &DefinedGlobals);
120 const GVSummaryMapTy &DefinedGlobals);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h159 const GVSummaryMapTy &DefinedGlobals);
164 const GVSummaryMapTy &DefinedGlobals);
/external/llvm/tools/gold/
Dgold-plugin.cpp885 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/
DLTOBackend.h47 const GVSummaryMapTy &DefinedGlobals,
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp336 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument
348 thinLTOResolveWeakForLinkerModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
358 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()