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