Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2228 struct IndVarSimplifyLegacyPass : public LoopPass { struct
2229 static char ID; // Pass identification, replacement for typeid
2231 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() function
2235 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
2256 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()