Searched refs:ExportLists (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local 528 ExportLists); in promote() 554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local 556 ExportLists); in crossModuleImport() 576 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() local 578 ExportLists); in gatherImportedSummariesForModule() 599 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() local 601 ExportLists); in emitImports() 628 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() local 630 ExportLists); in internalize() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 626 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex() argument 630 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalizeAndPromoteInIndex() 631 return (ExportList != ExportLists.end() && in internalizeAndPromoteInIndex() 673 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() local 675 ExportLists); in promote() 686 internalizeAndPromoteInIndex(ExportLists, GUIDPreservedSymbols, Index); in promote() 712 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() local 714 ExportLists); in crossModuleImport() 734 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() local 736 ExportLists); in gatherImportedSummariesForModule() [all …]
|
D | LTO.cpp | 1161 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO() local 1170 ImportLists, ExportLists); in runThinLTO() 1197 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() 1198 return (ExportList != ExportLists.end() && in runThinLTO() 1225 ExportLists[Mod.first], in runThinLTO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 249 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() argument 265 if (ExportLists) in computeImportForReferencedGlobals() 266 (*ExportLists)[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 280 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() argument 283 ExportLists); in computeImportForFunction() 376 if (ExportLists) { in computeImportForFunction() 377 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() 424 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument 450 ExportLists, ImportThresholds); in ComputeImportForModule() 460 Worklist, ImportList, ExportLists, in ComputeImportForModule() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction() argument 313 if (ExportLists) { in computeImportForFunction() 314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() 339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() argument 357 ExportLists); in ComputeImportForModule() 370 Worklist, ImportsForModule, ExportLists); in ComputeImportForModule() 381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() argument 388 &ExportLists); in ComputeCrossModuleImport() 396 auto &Exports = ExportLists[ModName]; in ComputeCrossModuleImport()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 97 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink() local 1374 ImportLists, ExportLists); in thinLTOLink() 1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink() 1387 return (ExportList != ExportLists.end() && in thinLTOLink()
|