Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp481 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()
DLTO.cpp77 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()
DThinLTOCodeGenerator.cpp405 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument
417 thinLTOResolvePrevailingInModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
427 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h214 const GVSummaryMapTy &DefinedGlobals);
219 const GVSummaryMapTy &DefinedGlobals);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp984 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTOBackend.h46 const GVSummaryMapTy &DefinedGlobals,
DLTO.h75 const GVSummaryMapTy &DefinedGlobals,