Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
304 void FunctionImportGlobalProcessing::processGlobalsForThinLTO() { in processGlobalsForThinLTO()
323 bool FunctionImportGlobalProcessing::run() { in run()
331 FunctionImportGlobalProcessing ThinLTOProcessing(M, Index, GlobalsToImport, in renameModuleForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h25 class FunctionImportGlobalProcessing {
101 FunctionImportGlobalProcessing(Module &M, const ModuleSummaryIndex &Index, in FunctionImportGlobalProcessing() function