Searched refs:DefinedGlobals (Results 1 – 4 of 4) sorted by relevance
/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/llvm/tools/gold/ |
D | gold-plugin.cpp | 885 std::map<GlobalValue::GUID, GlobalValueSummary *> *DefinedGlobals; member in __anon6bc62a630211::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/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 336 const GVSummaryMapTy &DefinedGlobals, in ProcessThinLTOModule() argument 348 thinLTOResolveWeakForLinkerModule(TheModule, DefinedGlobals); in ProcessThinLTOModule() 358 thinLTOInternalizeModule(TheModule, DefinedGlobals); in ProcessThinLTOModule()
|