Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp19 bool FunctionImportGlobalProcessing::doImportAsDefinition( in doImportAsDefinition()
35 bool FunctionImportGlobalProcessing::shouldPromoteLocalToGlobal( in shouldPromoteLocalToGlobal()
81 bool FunctionImportGlobalProcessing::isNonRenamableLocal( in isNonRenamableLocal()
95 FunctionImportGlobalProcessing::getPromotedName(const GlobalValue *SGV) { in getPromotedName()
106 FunctionImportGlobalProcessing::getLinkage(const GlobalValue *SGV, in getLinkage()
200 void FunctionImportGlobalProcessing::processGlobalForThinLTO(GlobalValue &GV) { in processGlobalForThinLTO()
311 void FunctionImportGlobalProcessing::processGlobalsForThinLTO() { in processGlobalsForThinLTO()
330 bool FunctionImportGlobalProcessing::run() { in run()
338 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h25 class FunctionImportGlobalProcessing {
101 FunctionImportGlobalProcessing(Module &M, const ModuleSummaryIndex &Index, in FunctionImportGlobalProcessing() function