Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp275 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 DFunctionImport.h33 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 DThinLTOCodeGenerator.cpp215 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 DLTO.cpp83 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 DLTOBackend.cpp541 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 DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
70 const FunctionImporter::ExportSetTy &ExportList,
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1058 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()