Home
last modified time | relevance | path

Searched refs:FunctionImporter (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()
359 case FunctionImporter::ImportFailureReason::None: in getFailureName()
386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
471 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction()
712 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport()
801 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
820 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
971 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
1183 Expected<bool> FunctionImporter::importFunctions( in importFunctions()
1340 FunctionImporter::ImportMapTy ImportList; in doImportingForModule()
[all …]
/freebsd-13.1/contrib/llvm-project/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);
209 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp216 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
397 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
398 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
483 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
484 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
685 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
752 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
753 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
801 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
802 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
[all …]
H A DLTO.cpp81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1168 const FunctionImporter::ImportMapTy &ImportList,
1169 const FunctionImporter::ExportSetTy &ExportList,
1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1208 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1244 const FunctionImporter::ImportMapTy &ImportList, in start()
1245 const FunctionImporter::ExportSetTy &ExportList, in start()
1345 const FunctionImporter::ImportMapTy &ImportList, in start()
1346 const FunctionImporter::ExportSetTy &ExportList, in start()
1433 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
[all …]
H A DLTOBackend.cpp546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
648 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
687 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/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,
69 const FunctionImporter::ExportSetTy &ExportList,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp304 FunctionImporter::ImportMapTy ImportList; in importFunctions()
357 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1524 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()