| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 285 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument 352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument 679 for (auto &Src : ImportList) { in dumpImportListForModule() 693 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() argument 712 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() argument 727 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex() 866 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() argument 872 for (auto &ILI : ImportList) { in gatherImportedSummariesForModule() 1081 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions() 1220 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() local [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 113 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 153 FunctionImporter::ImportMapTy &ImportList); 162 FunctionImporter::ImportMapTy &ImportList); 204 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 203 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() argument 210 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule() 299 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument 325 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 385 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument 417 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in ProcessThinLTOModule() 656 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local 658 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in crossModuleImport() 991 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local 994 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
|
| H A D | LTO.cpp | 71 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument 154 for (auto &Entry : ImportList) { in computeLTOCacheKey() 225 for (auto &ImpM : ImportList) in computeLTOCacheKey() 947 const FunctionImporter::ImportMapTy &ImportList, 985 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument 997 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 1011 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread() 1022 const FunctionImporter::ImportMapTy &ImportList, in start() argument 1032 const FunctionImporter::ImportMapTy &ImportList, in start() 1114 const FunctionImporter::ImportMapTy &ImportList, in start() argument [all …]
|
| H A D | LTOBackend.cpp | 465 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument 516 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 219 FunctionImporter::ImportMapTy ImportList; in importFunctions() local 264 auto &Entry = ImportList[FileName]; in importFunctions() 271 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTOBackend.h | 46 const FunctionImporter::ImportMapTy &ImportList,
|
| H A D | LTO.h | 69 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1170 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local 1183 ImportList[Summary->modulePath()].insert(GUID); in runThinLTOBackend() 1190 for (auto &I : ImportList) { in runThinLTOBackend() 1260 Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()
|