Searched refs:FunctionImporter (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 178 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 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); 209 const FunctionImporter::ImportMapTy &ImportList,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 213 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 D | LTO.cpp | 80 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 D | LTOBackend.cpp | 546 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 D | LTOBackend.h | 56 const FunctionImporter::ImportMapTy &ImportList, 74 FunctionImporter::ImportMapTy &ImportList);
|
| H A D | LTO.h | 68 const FunctionImporter::ImportMapTy &ImportList, 69 const FunctionImporter::ExportSetTy &ExportList,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 291 FunctionImporter::ImportMapTy ImportList; in importFunctions() 344 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1517 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|