Home
last modified time | relevance | path

Searched defs:BDCELegacyPass (Results 1 – 2 of 2) 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() function
90 bool runOnFunction(Function &F) override { in runOnFunction()
97 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp156 struct BDCELegacyPass : public FunctionPass { struct
157 static char ID; // Pass identification, replacement for typeid
158 BDCELegacyPass() : FunctionPass(ID) { in BDCELegacyPass() argument
162 bool runOnFunction(Function &F) override { in runOnFunction()
169 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()