| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 297 FunctionImporter::ImportMapTy &ImportList; member in GlobalsImporter 382 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() argument 385 IsPrevailing(IsPrevailing), ImportList(ImportList), in GlobalsImporter() 686 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument 853 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule() argument 1085 for (auto &Src : ImportList) { in dumpImportListForModule() 1109 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest() argument 1132 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndexForTest() argument 1147 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndexForTest() 1335 for (const auto &ILI : ImportList) { in gatherImportedSummariesForModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 56 const FunctionImporter::ImportMapTy &ImportList, 74 FunctionImporter::ImportMapTy &ImportList);
|
| H A D | LTO.h | 69 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 91 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument 190 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey() 192 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey() 1378 const FunctionImporter::ImportMapTy &ImportList, 1386 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument 1445 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument 1457 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread() 1491 const FunctionImporter::ImportMapTy &ImportList, in start() argument 1501 const FunctionImporter::ImportMapTy &ImportList, in start() 1599 const FunctionImporter::ImportMapTy &ImportList, in start() argument [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 217 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument 226 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule() 363 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument 389 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 434 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument 473 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule() 765 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local 768 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport() 1191 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local 1194 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
|
| H A D | LTOBackend.cpp | 553 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument 658 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend() 699 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument 717 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 213 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions() local 369 ImportList[FileNameStringCache.insert(FileName).first->getKey()]; in importFunctions() 377 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1191 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local 1192 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend() 1271 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|