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 16 IndVarSimplify.cpp \
IndVarSimplify.cpp 1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
79 cl::desc("Choose the strategy to replace exit value in IndVarSimplify"),
90 class IndVarSimplify : public LoopPass {
102 IndVarSimplify()
147 char IndVarSimplify::ID = 0;
148 INITIALIZE_PASS_BEGIN(IndVarSimplify, "indvars",
155 INITIALIZE_PASS_END(IndVarSimplify, "indvars",
159 return new IndVarSimplify();
166 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
280 void IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN)
    [all...]

Completed in 521 milliseconds