Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp365 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
436 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
628 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists;
632 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
701 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
753 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
793 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
831 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
882 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
1082 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
H A DLTO.cpp95 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1391 const FunctionImporter::ExportSetTy &ExportList,
1463 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1509 const FunctionImporter::ExportSetTy &ExportList, in start()
1519 const FunctionImporter::ExportSetTy &ExportList, in start()
1632 const FunctionImporter::ExportSetTy &ExportList, in start()
1721 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h110 using ExportSetTy = DenseSet<ValueInfo>; variable
170 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp326 DenseMap<StringRef, FunctionImporter::ExportSetTy> *const ExportLists;
420 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) in GlobalsImporter()
441 DenseMap<StringRef, FunctionImporter::ExportSetTy> *const ExportLists;
447 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists = nullptr) in ModuleImportsManager()
465 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists =
594 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) in WorkloadImportsManager()
681 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists) { in create()
725 DenseMap<StringRef, FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
1001 FunctionImporter::ExportSetTy &ExportSet) { in numGlobalVarSummaries()
1031 DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,