Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp21 bool FunctionImportGlobalProcessing::doImportAsDefinition( in doImportAsDefinition()
37 bool FunctionImportGlobalProcessing::shouldPromoteLocalToGlobal( in shouldPromoteLocalToGlobal()
76 bool FunctionImportGlobalProcessing::isNonRenamableLocal( in isNonRenamableLocal()
90 FunctionImportGlobalProcessing::getPromotedName(const GlobalValue *SGV) { in getPromotedName()
101 FunctionImportGlobalProcessing::getLinkage(const GlobalValue *SGV, in getLinkage()
195 void FunctionImportGlobalProcessing::processGlobalForThinLTO(GlobalValue &GV) { in processGlobalForThinLTO()
306 void FunctionImportGlobalProcessing::processGlobalsForThinLTO() { in processGlobalsForThinLTO()
325 bool FunctionImportGlobalProcessing::run() { in run()
333 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h25 class FunctionImportGlobalProcessing {
101 FunctionImportGlobalProcessing(Module &M, const ModuleSummaryIndex &Index, in FunctionImportGlobalProcessing() function