Home
last modified time | relevance | path

Searched refs:FunctionImportGlobalProcessing (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp36 FunctionImportGlobalProcessing::FunctionImportGlobalProcessing( in FunctionImportGlobalProcessing() function in FunctionImportGlobalProcessing
61 bool FunctionImportGlobalProcessing::doImportAsDefinition( in doImportAsDefinition()
77 bool FunctionImportGlobalProcessing::shouldPromoteLocalToGlobal( in shouldPromoteLocalToGlobal()
123 bool FunctionImportGlobalProcessing::isNonRenamableLocal( in isNonRenamableLocal()
137 FunctionImportGlobalProcessing::getPromotedName(const GlobalValue *SGV) { in getPromotedName()
158 FunctionImportGlobalProcessing::getLinkage(const GlobalValue *SGV, in getLinkage()
254 void FunctionImportGlobalProcessing::processGlobalForThinLTO(GlobalValue &GV) { in processGlobalForThinLTO()
349 void FunctionImportGlobalProcessing::processGlobalsForThinLTO() { in processGlobalsForThinLTO()
368 void FunctionImportGlobalProcessing::run() { processGlobalsForThinLTO(); } in run()
373 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h26 class FunctionImportGlobalProcessing {
107 FunctionImportGlobalProcessing(Module &M, const ModuleSummaryIndex &Index,