Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp90 struct RedundantDbgInstElimination : public FunctionPass { struct
91 static char ID; // Pass identification, replacement for typeid
92 RedundantDbgInstElimination() : FunctionPass(ID) { in RedundantDbgInstElimination() argument
95 bool runOnFunction(Function &F) override { in runOnFunction()
104 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()