HomeSort by relevance Sort by last modified time
    Searched refs:IndVarSimplify (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Android.mk 14 IndVarSimplify.cpp \
IndVarSimplify.cpp 1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
67 class IndVarSimplify : public LoopPass {
79 IndVarSimplify() : LoopPass(ID), LI(0), SE(0), DT(0), TD(0),
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::RewriteNonIntegerIVs(Loop *L)
    [all...]

Completed in 68 milliseconds