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 12 IndVarSimplify.cpp \
IndVarSimplify.cpp 1 //===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
71 class IndVarSimplify : public LoopPass {
83 IndVarSimplify() : LoopPass(ID), LI(nullptr), SE(nullptr), DT(nullptr),
123 char IndVarSimplify::ID = 0;
124 INITIALIZE_PASS_BEGIN(IndVarSimplify, "indvars",
131 INITIALIZE_PASS_END(IndVarSimplify, "indvars",
135 return new IndVarSimplify();
142 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
245 void IndVarSimplify::HandleFloatingPointIV(Loop *L, PHINode *PN) {
443 void IndVarSimplify::RewriteNonIntegerIVs(Loop *L)
    [all...]

Completed in 32 milliseconds