Home
last modified time | relevance | path

Searched refs:isNonRenamableLocal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp47 !isNonRenamableLocal(*SGV)) && in shouldPromoteLocalToGlobal()
67 assert(!isNonRenamableLocal(*SGV) && in shouldPromoteLocalToGlobal()
76 bool FunctionImportGlobalProcessing::isNonRenamableLocal( in isNonRenamableLocal() function in FunctionImportGlobalProcessing
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h71 bool isNonRenamableLocal(const GlobalValue &GV) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp136 static bool isNonRenamableLocal(const GlobalValue &GV) { in isNonRenamableLocal() function
454 bool NonRenamableLocal = isNonRenamableLocal(F); in computeFunctionSummary()
576 bool NonRenamableLocal = isNonRenamableLocal(V); in computeVariableSummary()
619 bool NonRenamableLocal = isNonRenamableLocal(A); in computeAliasSummary()