Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h101 using ExportSetTy = DenseSet<ValueInfo>; variable
150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp398 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
484 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
685 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
688 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
753 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
802 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
837 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
870 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
912 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
1099 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
H A DLTO.cpp81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
1169 const FunctionImporter::ExportSetTy &ExportList,
1208 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1245 const FunctionImporter::ExportSetTy &ExportList, in start()
1255 const FunctionImporter::ExportSetTy &ExportList, in start()
1346 const FunctionImporter::ExportSetTy &ExportList, in start()
1435 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp310 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
387 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
562 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
661 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport()
695 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
712 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h69 const FunctionImporter::ExportSetTy &ExportList,