Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1941 struct IndVarSimplifyLegacyPass : public LoopPass { struct
1942 static char ID; // Pass identification, replacement for typeid
1944 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() function
1948 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
1969 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()