Home
last modified time | relevance | path

Searched refs:ExportSetTy (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h103 using ExportSetTy = DenseSet<ValueInfo>; variable
163 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists);
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp364 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
435 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
636 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists;
640 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
709 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
761 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
801 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
839 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
886 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
1086 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
H A DLTO.cpp92 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1379 const FunctionImporter::ExportSetTy &ExportList,
1446 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1492 const FunctionImporter::ExportSetTy &ExportList, in start()
1502 const FunctionImporter::ExportSetTy &ExportList, in start()
1600 const FunctionImporter::ExportSetTy &ExportList, in start()
1689 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp298 DenseMap<StringRef, FunctionImporter::ExportSetTy> *const ExportLists;
383 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) in GlobalsImporter()
404 DenseMap<StringRef, FunctionImporter::ExportSetTy> *const ExportLists;
410 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists = nullptr) in ModuleImportsManager()
428 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists =
556 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) in WorkloadImportsManager()
643 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) { in create()
687 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
951 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
993 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,