Searched defs:ImportList (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 398 FunctionImporter::ImportMapTy &ImportList; member in GlobalsImporter 484 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter() 559 FunctionImporter::ImportMapTy &ImportList) override { in computeImportForModule() 875 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 1063 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule() 1164 const FunctionImporter::ImportMapTy &ImportList) { in collectImportStatistics() 1227 auto &ImportList = ImportLists[DefinedGVSummaries.first]; in ComputeCrossModuleImport() local 1314 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule() 1344 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest() 1367 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndexForTest() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 104 const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 1404 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() 1412 const FunctionImporter::ImportMapTy &ImportList, llvm::StringRef ModulePath, in emitFiles() 1496 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1542 const FunctionImporter::ImportMapTy &ImportList, in start() 1557 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() 1609 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1705 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1822 const FunctionImporter::ImportMapTy &ImportList, in start() 1843 const std::string &OldPrefix, const std::string &NewPrefix) { in start() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 211 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 356 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 428 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 747 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local 1172 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
|
| H A D | LTOBackend.cpp | 601 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 758 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 317 FunctionImporter::ImportMapTy ImportList(ImportIDs); in importFunctions() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1310 FunctionImporter::ImportMapTy ImportList(ImportIDs); in runThinLTOBackend() local
|