Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp3175 struct IndVarSimplifyLegacyPass : public LoopPass { struct
3176 static char ID; // Pass identification, replacement for typeid
3178 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument
3182 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
3199 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()