Searched defs:ModuleToDefinedGVSummaries (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 672 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote() local 725 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport() local 765 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in gatherImportedSummariesForModule() local 803 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in emitImports() local 859 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in internalize() local 1021 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in run() local
|
| H A D | LTO.cpp | 1460 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in CGThinBackend() 1485 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in InProcessThinBackend() 1596 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in FirstRoundThinBackend() 1690 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in SecondRoundThinBackend() 1758 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend() 1810 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in WriteIndexesThinBackend() 1879 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend() 1911 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries( in runThinLTO() local 2244 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in OutOfProcessThinBackend() 2510 AddStreamFn AddStream, FileCache /*Cache*/) { in createOutOfProcessThinBackend()
|
| /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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1219 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in ComputeCrossModuleImport() 1563 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1301 ModuleToDefinedGVSummaries; in runThinLTOBackend() local
|