Searched refs:FunctionImporter (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 325 case FunctionImporter::ImportFailureReason::None: in getFailureName() 352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 433 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction() 674 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport() 763 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 782 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() 979 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() 1220 Expected<bool> FunctionImporter::importFunctions( in importFunctions() 1376 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 33 class FunctionImporter { 108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() function 149 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 150 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 158 FunctionImporter::ImportMapTy &ImportList); 167 FunctionImporter::ImportMapTy &ImportList); 217 const FunctionImporter::ImportMapTy &ImportList,
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 768 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 769 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() [all …]
|
| H A D | LTO.cpp | 83 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1180 const FunctionImporter::ImportMapTy &ImportList, 1181 const FunctionImporter::ExportSetTy &ExportList, 1247 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1248 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1293 const FunctionImporter::ImportMapTy &ImportList, in start() 1294 const FunctionImporter::ExportSetTy &ExportList, in start() 1398 const FunctionImporter::ImportMapTy &ImportList, in start() 1399 const FunctionImporter::ExportSetTy &ExportList, in start() 1476 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO() [all …]
|
| H A D | LTOBackend.cpp | 541 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 645 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() 684 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions() 369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1058 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|