Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp182 Reason = FunctionImporter::ImportFailureReason::None; in selectCallee()
285 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
325 case FunctionImporter::ImportFailureReason::None: in getFailureName()
352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
434 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction()
693 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
712 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
866 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
1072 Expected<bool> FunctionImporter::importFunctions( in importFunctions()
1220 FunctionImporter::ImportMapTy ImportList; in doImportingForModule()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h34 class FunctionImporter {
109 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader) in FunctionImporter() function
144 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
145 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
153 FunctionImporter::ImportMapTy &ImportList);
162 FunctionImporter::ImportMapTy &ImportList);
204 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp209 FunctionImporter Importer(Index, Loader); in crossImportIntoModule()
299 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
300 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
385 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
386 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
566 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex()
613 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
614 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
652 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
653 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
[all …]
H A DLTO.cpp72 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
947 const FunctionImporter::ImportMapTy &ImportList,
948 const FunctionImporter::ExportSetTy &ExportList,
985 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
986 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1022 const FunctionImporter::ImportMapTy &ImportList, in start()
1023 const FunctionImporter::ExportSetTy &ExportList, in start()
1114 const FunctionImporter::ImportMapTy &ImportList, in start()
1115 const FunctionImporter::ExportSetTy &ExportList, in start()
1191 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
[all …]
H A DLTOBackend.cpp465 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
515 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTOBackend.h46 const FunctionImporter::ImportMapTy &ImportList,
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
70 const FunctionImporter::ExportSetTy &ExportList,
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp219 FunctionImporter::ImportMapTy ImportList; in importFunctions()
270 FunctionImporter Importer(*Index, CachedModuleLoader); in importFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1170 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()