Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2108 struct IndVarSimplifyLegacyPass : public LoopPass { struct
2111 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() function
2145 char IndVarSimplifyLegacyPass::ID = 0;
2147 INITIALIZE_PASS_BEGIN(IndVarSimplifyLegacyPass, "indvars",
2150 INITIALIZE_PASS_END(IndVarSimplifyLegacyPass, "indvars", in INITIALIZE_PASS_DEPENDENCY()
2154 return new IndVarSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()