Home
last modified time | relevance | path

Searched refs:ImportLists (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() local
768 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() local
772 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport()
803 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() local
810 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in gatherImportedSummariesForModule()
836 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() local
844 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex); in emitImports()
878 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() local
1073 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run() local
1110 ImportLists[ModuleIdentifier]; in run()
[all …]
H A DLTO.cpp1476 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO() local
1504 ImportLists, ExportLists); in runThinLTO()
1579 Mod.second, ImportLists[Mod.first], in runThinLTO()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp622 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() argument
627 for (auto &ImportPerModule : ImportLists) in checkVariableImport()
656 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() argument
660 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport()
719 assert(checkVariableImport(Index, ImportLists, ExportLists)); in ComputeCrossModuleImport()
721 LLVM_DEBUG(dbgs() << "Import/Export lists for " << ImportLists.size() in ComputeCrossModuleImport()
723 for (auto &ModuleImports : ImportLists) { in ComputeCrossModuleImport()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h149 StringMap<FunctionImporter::ImportMapTy> &ImportLists,