Searched refs:IndVarSimplify (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
67 class IndVarSimplify : public LoopPass { class in namespace:__anon10383
79 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0), function in class:__anon10383::IndVarSimplify
119 char IndVarSimplify::ID = 0;
120 INITIALIZE_PASS_BEGIN(IndVarSimplify, "indvars",
127 INITIALIZE_PASS_END(IndVarSimplify, "indvars",
131 return new IndVarSimplify();
138 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
243 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) {
441 void IndVarSimplify
[all...]

Completed in 119 milliseconds