/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 682 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries; promote() local 735 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); crossModuleImport() local 775 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); gatherImportedSummariesForModule() local 813 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); emitImports() local 866 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); internalize() local 1028 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); run() local [all...] |
H A D | LTO.cpp | 1375 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries; global() member in lto::ThinBackendProc 1382 ThinBackendProc(const Config & Conf,ModuleSummaryIndex & CombinedIndex,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,lto::IndexWriteCallback OnWrite,bool ShouldEmitImportsFiles) ThinBackendProc() argument 1443 InProcessThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,ThreadPoolStrategy ThinLTOParallelism,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,AddStreamFn AddStream,FileCache Cache,lto::IndexWriteCallback OnWrite,bool ShouldEmitIndexFiles,bool ShouldEmitImportsFiles) InProcessThinBackend() argument 1568 __anonaa2c08901302(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createInProcessThinBackend() argument 1618 WriteIndexesThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,std::string OldPrefix,std::string NewPrefix,std::string NativeObjectPrefix,bool ShouldEmitImportsFiles,raw_fd_ostream * LinkedObjectsFile,lto::IndexWriteCallback OnWrite) WriteIndexesThinBackend() argument 1669 __anonaa2c08901502(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createWriteIndexesThinBackend() argument 1700 DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries( runThinLTO() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1068 ComputeCrossModuleImport(const ModuleSummaryIndex & Index,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) ComputeCrossModuleImport() argument 1422 gatherImportedSummariesForModule(StringRef ModulePath,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,const FunctionImporter::ImportMapTy & ImportList,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex) gatherImportedSummariesForModule() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1196 ModuleToDefinedGVSummaries; runThinLTOBackend() local
|