Searched refs:ModuleToDefinedGVSummaries (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 672 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote() local 673 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in promote() 692 ComputeCrossModuleImport(Index, ModuleToDefinedGVSummaries, in promote() 702 ModuleToDefinedGVSummaries[ModuleIdentifier], in promote() 725 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport() local 726 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in crossModuleImport() 744 ComputeCrossModuleImport(Index, ModuleToDefinedGVSummaries, in crossModuleImport() 765 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in gatherImportedSummariesForModule() local 766 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in gatherImportedSummariesForModule() 784 ComputeCrossModuleImport(Index, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() [all …]
|
| H A D | LTO.cpp | 1420 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in emitFiles() 1460 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in CGThinBackend() argument 1464 : ThinBackendProc(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in CGThinBackend() 1485 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in InProcessThinBackend() argument 1488 : CGThinBackend(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in InProcessThinBackend() 1547 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start() 1549 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start() 1596 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in FirstRoundThinBackend() argument 1600 ModuleToDefinedGVSummaries, std::move(CGAddStream), in FirstRoundThinBackend() 1690 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in SecondRoundThinBackend() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 213 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries; variable 223 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in ThinBackendProc() argument 227 ModuleToDefinedGVSummaries(ModuleToDefinedGVSummaries), in ThinBackendProc() 271 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, 286 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in operator() 289 return Func(Conf, CombinedIndex, ModuleToDefinedGVSummaries, in operator()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 362 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, 418 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1219 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in ComputeCrossModuleImport() argument 1226 for (const auto &DefinedGVSummaries : ModuleToDefinedGVSummaries) { in ComputeCrossModuleImport() 1244 ModuleToDefinedGVSummaries.lookup(ELI.first); in ComputeCrossModuleImport() 1563 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() argument 1569 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule() 1590 const auto &DefinedGVSummaries = ModuleToDefinedGVSummaries.at(FromModule); in gatherImportedSummariesForModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1301 ModuleToDefinedGVSummaries; in runThinLTOBackend() local 1302 CombinedIndex->collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in runThinLTOBackend() 1392 ModuleToDefinedGVSummaries[M->getModuleIdentifier()], in runThinLTOBackend()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 1937 collectDefinedGVSummariesPerModule(Map &ModuleToDefinedGVSummaries) const { 1941 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|