/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument 335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument 390 Worklist, ImportList, ExportLists); in computeImportForFunction() 519 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction() 561 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() argument 587 DefinedGVSummaries, Worklist, ImportList, in ComputeImportForModule() 599 Worklist, ImportList, ExportLists, in ComputeImportForModule() 603 Worklist, ImportList, ExportLists); in ComputeImportForModule() 698 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 158 FunctionImporter::ImportMapTy &ImportList); 167 FunctionImporter::ImportMapTy &ImportList); 209 const FunctionImporter::ImportMapTy &ImportList,
|
/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,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 213 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument 222 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule() 332 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument 358 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 418 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument 457 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule() 735 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local 738 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport() 1129 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local 1132 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
|
H A D | LTO.cpp | 80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument 166 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey() 168 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey() 250 for (auto &ImpM : ImportList) in computeLTOCacheKey() 1168 const FunctionImporter::ImportMapTy &ImportList, 1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument 1219 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread() 1233 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread() 1244 const FunctionImporter::ImportMapTy &ImportList, in start() argument 1254 const FunctionImporter::ImportMapTy &ImportList, in start() [all …]
|
H A D | LTOBackend.cpp | 546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument 650 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend() 687 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument 705 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 291 FunctionImporter::ImportMapTy ImportList; in importFunctions() local 338 auto &Entry = ImportList[FileName]; in importFunctions() 346 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1517 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local 1518 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend() 1593 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|