Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h101 using ExportSetTy = DenseSet<ValueInfo>; variable
150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
769 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
804 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
837 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
879 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
1074 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
H A DLTO.cpp83 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1181 const FunctionImporter::ExportSetTy &ExportList,
1248 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1294 const FunctionImporter::ExportSetTy &ExportList, in start()
1304 const FunctionImporter::ExportSetTy &ExportList, in start()
1399 const FunctionImporter::ExportSetTy &ExportList, in start()
1478 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp276 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
353 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
524 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
623 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
657 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
674 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,