Searched defs:IndVarSimplifyLegacyPass (Results 1 – 1 of 1) sorted by relevance
3175 struct IndVarSimplifyLegacyPass : public LoopPass { struct3176 static char ID; // Pass identification, replacement for typeid3178 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument3182 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()3199 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()