Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2228 struct IndVarSimplifyLegacyPass : public LoopPass { struct
2231 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument
2265 char IndVarSimplifyLegacyPass::ID = 0;
2267 INITIALIZE_PASS_BEGIN(IndVarSimplifyLegacyPass, "indvars",
2270 INITIALIZE_PASS_END(IndVarSimplifyLegacyPass, "indvars", in INITIALIZE_PASS_DEPENDENCY()
2274 return new IndVarSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()