Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp398 FunctionImporter::ImportMapTy &ImportList; member in GlobalsImporter
449 ImportList.maybeAddDeclaration(RefSummary->modulePath(), in onImportingSummaryImpl()
457 if (ImportList.addDefinition(RefSummary->modulePath(), VI.getGUID()) != in onImportingSummaryImpl()
484 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() argument
487 IsPrevailing(IsPrevailing), ImportList(ImportList), in GlobalsImporter()
506 FunctionImporter::ImportMapTy &ImportList,
532 FunctionImporter::ImportMapTy &ImportList);
559 FunctionImporter::ImportMapTy &ImportList) override { in computeImportForModule() argument
572 ModName, ImportList); in computeImportForModule()
577 GlobalsImporter GVI(Index, DefinedGVSummaries, IsPrevailing, ImportList, in computeImportForModule()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp104 const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
194 FunctionImporter::SortedImportList SortedImportList(ImportList, Comp); in computeLTOCacheKey()
1404 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() argument
1406 return emitFiles(ImportList, ModulePath, NewModulePath, in emitFiles()
1412 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() argument
1421 ImportList, ModuleToSummariesForIndex, in emitFiles()
1496 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1508 ImportList, DefinedGlobals, &ModuleMap, in runThinLTOBackendThread()
1515 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1528 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread()
[all …]
H A DThinLTOCodeGenerator.cpp211 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument
220 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
356 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
382 computeLTOCacheKey(Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
428 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
467 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule()
747 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
750 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport()
1172 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
1175 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
H A DLTOBackend.cpp601 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument
717 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
758 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument
776 ImportList.addGUID(Summary->modulePath(), GUID, Summary->importType()); in initImportList()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h62 const FunctionImporter::ImportMapTy &ImportList,
82 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h72 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList,
236 const FunctionImporter::ImportMapTy &ImportList,
250 LLVM_ABI Error emitFiles(const FunctionImporter::ImportMapTy &ImportList,
257 const FunctionImporter::ImportMapTy &ImportList, StringRef ModulePath,
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp317 FunctionImporter::ImportMapTy ImportList(ImportIDs); in importFunctions() local
373 ImportList.addDefinition( in importFunctions()
381 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h319 const ImportMapTy &ImportList);
419 const FunctionImporter::ImportMapTy &ImportList,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1310 FunctionImporter::ImportMapTy ImportList(ImportIDs); in runThinLTOBackend() local
1311 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend()
1391 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()