Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp84 struct BDCELegacyPass : public FunctionPass { struct
85 static char ID; // Pass identification, replacement for typeid
86 BDCELegacyPass() : FunctionPass(ID) { in BDCELegacyPass() argument
90 bool runOnFunction(Function &F) override { in runOnFunction()
97 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()