Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() argument
2235 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
2256 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp3175 struct IndVarSimplifyLegacyPass : public LoopPass { struct
3176 static char ID; // Pass identification, replacement for typeid
3178 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument
3182 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
3199 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()