Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 105 using ImportMapTy = DenseMap<StringRef, FunctionsToImportTy>; variable 123 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 169 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, 223 const FunctionImporter::ImportMapTy &ImportList,
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 325 FunctionImporter::ImportMapTy &ImportList; 419 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() 459 FunctionImporter::ImportMapTy &ImportList); 481 FunctionImporter::ImportMapTy &ImportList) override { in computeImportForModule() 724 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 915 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule() 1030 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() 1071 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 1167 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule() 1197 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 218 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 364 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 435 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 700 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 752 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 792 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 830 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 881 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 1081 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
H A D | LTO.cpp | 94 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 180 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() 1390 const FunctionImporter::ImportMapTy &ImportList, 1398 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() 1462 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1508 const FunctionImporter::ImportMapTy &ImportList, in start() 1518 const FunctionImporter::ImportMapTy &ImportList, in start() 1631 const FunctionImporter::ImportMapTy &ImportList, in start() 1719 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
|
H A D | LTOBackend.cpp | 555 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 701 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 328 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1204 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|