Home
last modified time | relevance | path

Searched refs:ImportList (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument
352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument
749 for (auto &Src : ImportList) { in dumpImportListForModule()
763 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() argument
782 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() argument
797 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
979 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() argument
985 for (auto &ILI : ImportList) { in gatherImportedSummariesForModule()
1229 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions()
1376 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
158 FunctionImporter::ImportMapTy &ImportList);
167 FunctionImporter::ImportMapTy &ImportList);
217 const FunctionImporter::ImportMapTy &ImportList,
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp167 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
169 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
251 for (auto &ImpM : ImportList) in computeLTOCacheKey()
1180 const FunctionImporter::ImportMapTy &ImportList,
1188 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument
1247 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1259 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1293 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1303 const FunctionImporter::ImportMapTy &ImportList, in start()
1398 const FunctionImporter::ImportMapTy &ImportList, in start() argument
[all …]
H A DThinLTOCodeGenerator.cpp215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument
224 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
387 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
491 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule()
772 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
775 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport()
1181 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
1184 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
H A DLTOBackend.cpp541 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument
647 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
684 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument
702 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportMapTy ImportList; in importFunctions() local
363 auto &Entry = ImportList[FileName]; in importFunctions()
371 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1058 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local
1059 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend()
1134 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()