Home
last modified time | relevance | path

Searched refs: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
1944 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument
1978 char IndVarSimplifyLegacyPass::ID = 0;
1980 INITIALIZE_PASS_BEGIN(IndVarSimplifyLegacyPass, "indvars",
1983 INITIALIZE_PASS_END(IndVarSimplifyLegacyPass, "indvars", in INITIALIZE_PASS_DEPENDENCY()
1987 return new IndVarSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()