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

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 124 TransformSubExpr(AR->getStepRecurrence(SE),
141 TransformSubExpr(AR->getStepRecurrence(SE),
IVUsers.cpp 63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
322 return AR->getStepRecurrence(*SE);
DependenceAnalysis.cpp 809 const SCEV *Step = AddRec->getStepRecurrence(*SE);
827 const SCEV *Step = AddRec->getStepRecurrence(*SE);
    [all...]
ScalarEvolutionExpander.cpp 288 const SCEV *Step = A->getStepRecurrence(SE);
349 A->getStepRecurrence(SE),
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 296 /// getStepRecurrence - This method constructs and returns the recurrence
300 const SCEV *getStepRecurrence(ScalarEvolution &SE) const {
347 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp 297 AR->getStepRecurrence(SE),
501 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1440 milliseconds