Home
last modified time | relevance | path

Searched defs:DCELegacyPass (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDCE.cpp152 struct DCELegacyPass : public FunctionPass { struct
153 static char ID; // Pass identification, replacement for typeid
154 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
158 bool runOnFunction(Function &F) override { in runOnFunction()
168 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()