Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2241 struct IndVarSimplifyLegacyPass : public LoopPass { struct
2242 static char ID; // Pass identification, replacement for typeid
2243 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() function
2247 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
2264 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp2558 struct IndVarSimplifyLegacyPass : public LoopPass { struct
2559 static char ID; // Pass identification, replacement for typeid
2561 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() function
2565 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
2582 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()