Searched defs:ImportLists (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 700 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); promote() local 752 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); crossModuleImport() local 792 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); gatherImportedSummariesForModule() local 830 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); emitImports() local 877 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); internalize() local 1077 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); run() local [all...] |
H A D | LTO.cpp | 1718 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( runThinLTO() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1030 checkVariableImport(const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) checkVariableImport() argument 1071 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
|