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.cpp29 bool FunctionImportGlobalProcessing::doImportAsDefinition( in doImportAsDefinition()
45 bool FunctionImportGlobalProcessing::shouldPromoteLocalToGlobal( in shouldPromoteLocalToGlobal()
91 bool FunctionImportGlobalProcessing::isNonRenamableLocal( in isNonRenamableLocal()
105 FunctionImportGlobalProcessing::getPromotedName(const GlobalValue *SGV) { in getPromotedName()
126 FunctionImportGlobalProcessing::getLinkage(const GlobalValue *SGV, in getLinkage()
220 void FunctionImportGlobalProcessing::processGlobalForThinLTO(GlobalValue &GV) { in processGlobalForThinLTO()
331 void FunctionImportGlobalProcessing::processGlobalsForThinLTO() { in processGlobalsForThinLTO()
350 bool FunctionImportGlobalProcessing::run() { in run()
358 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h25 class FunctionImportGlobalProcessing {
101 FunctionImportGlobalProcessing(Module &M, const ModuleSummaryIndex &Index, in FunctionImportGlobalProcessing() function