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/ |
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 214 const GVSummaryMapTy &DefinedGlobals); 219 const GVSummaryMapTy &DefinedGlobals);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 46 const GVSummaryMapTy &DefinedGlobals,
|
D | LTO.h | 75 const GVSummaryMapTy &DefinedGlobals,
|