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

/external/llvm/lib/Transforms/Scalar/
H A DAndroid.mk14 IndVarSimplify.cpp \
H A DIndVarSimplify.cpp1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
67 class IndVarSimplify : public LoopPass { class in namespace:__anon9923
79 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0), function in class:__anon9923::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) {
241 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) {
439 void IndVarSimplify
[all...]

Completed in 49 milliseconds