Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DDCE.cpp119 struct DCELegacyPass : public FunctionPass { struct
120 static char ID; // Pass identification, replacement for typeid
121 DCELegacyPass() : FunctionPass(ID) { in DCELegacyPass() function
125 bool runOnFunction(Function &F) override { in runOnFunction()
135 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()