Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument
386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument
787 for (auto &Src : ImportList) { in dumpImportListForModule()
801 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() argument
820 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() argument
835 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
971 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() argument
977 for (auto &ILI : ImportList) { in gatherImportedSummariesForModule()
1192 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions()
1340 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() local
[all …]
/freebsd-13.1/contrib/llvm-project/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);
209 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h68 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A 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 …]
H A 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()
H A 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-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A 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-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A 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()