Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp177 struct BDCELegacyPass : public FunctionPass { struct
178 static char ID; // Pass identification, replacement for typeid
179 BDCELegacyPass() : FunctionPass(ID) { in BDCELegacyPass() function
183 bool runOnFunction(Function &F) override { in runOnFunction()
190 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()