Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument
335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument
390 Worklist, ImportList, ExportLists); in computeImportForFunction()
519 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
561 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() argument
587 DefinedGVSummaries, Worklist, ImportList, in ComputeImportForModule()
599 Worklist, ImportList, ExportLists, in ComputeImportForModule()
603 Worklist, ImportList, ExportLists); in ComputeImportForModule()
698 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
158 FunctionImporter::ImportMapTy &ImportList);
167 FunctionImporter::ImportMapTy &ImportList);
209 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
DLTO.h68 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
166 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
250 for (auto &ImpM : ImportList) in computeLTOCacheKey()
1168 const FunctionImporter::ImportMapTy &ImportList,
1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1219 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1233 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1244 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1254 const FunctionImporter::ImportMapTy &ImportList, in start()
[all …]
DThinLTOCodeGenerator.cpp216 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument
225 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
397 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
423 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
483 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
523 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule()
805 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
808 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport()
1199 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
1202 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
DLTOBackend.cpp546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument
650 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
687 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument
705 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp304 FunctionImporter::ImportMapTy ImportList; in importFunctions() local
351 auto &Entry = ImportList[FileName]; in importFunctions()
359 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp1524 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local
1525 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend()
1600 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()