Searched defs:ImportLists (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 700 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() local 752 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() local 792 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() local 830 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() local 881 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() local 1081 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run() local
|
H A D | LTO.cpp | 1719 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( in runThinLTO() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1030 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() 1071 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
|