| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument 301 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals() 352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument 356 Worklist, ImportList, ExportLists); in computeImportForFunction() 481 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction() 523 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() argument 549 DefinedGVSummaries, Worklist, ImportList, in ComputeImportForModule() 561 Worklist, ImportList, ExportLists, in ComputeImportForModule() 565 Worklist, ImportList, ExportLists); in ComputeImportForModule() 660 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local [all …]
|
| /openbsd-src/gnu/llvm/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); 217 const FunctionImporter::ImportMapTy &ImportList,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 56 const FunctionImporter::ImportMapTy &ImportList, 74 FunctionImporter::ImportMapTy &ImportList);
|
| H A D | LTO.h | 69 const FunctionImporter::ImportMapTy &ImportList,
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | LTO.cpp | 83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument 170 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey() 172 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey() 254 for (auto &ImpM : ImportList) in computeLTOCacheKey() 1216 const FunctionImporter::ImportMapTy &ImportList, 1224 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument 1230 ImportList, ModuleToSummariesForIndex); in emitFiles() 1283 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument 1295 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread() 1301 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument 224 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule() 361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument 387 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument 491 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule() 772 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local 775 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport() 1181 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local 1184 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
|
| H A D | LTOBackend.cpp | 543 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument 649 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend() 686 FunctionImporter::ImportMapTy &ImportList) { in initImportList() argument 704 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions() local 363 auto &Entry = ImportList[FileName]; in importFunctions() 371 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1130 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local 1131 if (!lto::initImportList(*M, *CombinedIndex, ImportList)) in runThinLTOBackend() 1209 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|