Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp178 FunctionImporter::ImportFailureReason &Reason, in selectCallee()
180 Reason = FunctionImporter::ImportFailureReason::None; in selectCallee()
186 Reason = FunctionImporter::ImportFailureReason::NotLive; in selectCallee()
204 Reason = FunctionImporter::ImportFailureReason::GlobalVar; in selectCallee()
208 Reason = FunctionImporter::ImportFailureReason::InterposableLinkage; in selectCallee()
229 FunctionImporter::ImportFailureReason::LocalLinkageNotInModule; in selectCallee()
235 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee()
242 Reason = FunctionImporter::ImportFailureReason::NotEligible; in selectCallee()
248 Reason = FunctionImporter::ImportFailureReason::NoInline; in selectCallee()
309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
[all …]
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp213 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
221 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule()
332 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
333 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
418 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
419 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
615 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
618 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
682 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
683 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
[all …]
H A DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; 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()
1254 const FunctionImporter::ImportMapTy &ImportList, in start()
[all …]
H A DLTOBackend.cpp546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
648 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
687 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp291 FunctionImporter::ImportMapTy ImportList; in importFunctions()
344 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1517 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()