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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
72 class IndVarSimplify : public LoopPass { class in namespace:__anon11022
84 IndVarSimplify() function in class:__anon11022::IndVarSimplify
124 char IndVarSimplify::ID = 0;
125 INITIALIZE_PASS_BEGIN(IndVarSimplify, "indvars",
132 INITIALIZE_PASS_END(IndVarSimplify, "indvars",
136 return new IndVarSimplify();
143 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
246 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) {
444 void IndVarSimplify
[all...]

Completed in 108 milliseconds