Searched refs:IndVarSimplifyLegacyPass (Results 1 – 1 of 1) sorted by relevance
2791 struct IndVarSimplifyLegacyPass : public LoopPass { struct2794 IndVarSimplifyLegacyPass() : LoopPass(ID) { in IndVarSimplifyLegacyPass() argument2823 char IndVarSimplifyLegacyPass::ID = 0;2825 INITIALIZE_PASS_BEGIN(IndVarSimplifyLegacyPass, "indvars",2828 INITIALIZE_PASS_END(IndVarSimplifyLegacyPass, "indvars", in INITIALIZE_PASS_DEPENDENCY()2832 return new IndVarSimplifyLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()