Searched refs:FunctionImporter (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 297 FunctionImporter::ImportMapTy &ImportList; 382 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() 657 case FunctionImporter::ImportFailureReason::None: in getFailureName() 686 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 853 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule() 1010 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport() 1109 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest() 1132 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndexForTest() 1603 Expected<bool> FunctionImporter::importFunctions( in importFunctions() 1762 FunctionImporter::ImportMapTy ImportList; in doImportingForModuleForTest() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 32 class FunctionImporter { 110 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() function 162 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, 163 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists); 213 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 217 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 225 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule() 363 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 364 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 434 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 435 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 636 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists; 640 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists, in IsExported() 708 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 709 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() [all …]
|
| H A D | LTO.cpp | 92 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1378 const FunctionImporter::ImportMapTy &ImportList, 1379 const FunctionImporter::ExportSetTy &ExportList, 1445 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1446 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1491 const FunctionImporter::ImportMapTy &ImportList, in start() 1492 const FunctionImporter::ExportSetTy &ExportList, in start() 1501 const FunctionImporter::ImportMapTy &ImportList, in start() 1502 const FunctionImporter::ExportSetTy &ExportList, in start() 1599 const FunctionImporter::ImportMapTy &ImportList, in start() [all …]
|
| H A D | LTOBackend.cpp | 553 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 656 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() 699 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /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, 70 const FunctionImporter::ExportSetTy &ExportList,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions() 375 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1191 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|