Searched defs:ImportLists (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 800 ImportLists[ModuleIdentifier], ModuleToSummariesForIndex, DecSummaries); in gatherImportedSummariesForModule() local 708 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); promote() local 760 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); crossModuleImport() local 838 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); emitImports() local 885 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); internalize() local 1085 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); run() local [all...] |
H A D | LTO.cpp | 1687 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( runThinLTO() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 950 checkVariableImport(const ModuleSummaryIndex & Index,DenseMap<StringRef,FunctionImporter::ImportMapTy> & ImportLists,DenseMap<StringRef,FunctionImporter::ExportSetTy> & ExportLists) checkVariableImport() argument 992 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
|