Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 100 using ImportMapTy = DenseMap<StringRef, FunctionsToImportTy>; variable 116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 162 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, 213 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-14.2/contrib/llvm-project/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,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 297 FunctionImporter::ImportMapTy &ImportList; 382 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() 422 FunctionImporter::ImportMapTy &ImportList); 686 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 853 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule() 950 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() 992 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 1109 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest() 1132 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndexForTest() 1329 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 217 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 363 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 434 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 708 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 760 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 800 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 838 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 885 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 1085 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
| H A D | LTO.cpp | 91 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 176 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() 1378 const FunctionImporter::ImportMapTy &ImportList, 1386 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() 1445 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1491 const FunctionImporter::ImportMapTy &ImportList, in start() 1501 const FunctionImporter::ImportMapTy &ImportList, in start() 1599 const FunctionImporter::ImportMapTy &ImportList, in start() 1687 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
|
| H A D | LTOBackend.cpp | 553 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 699 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1191 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|