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

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 135 TransformSubExpr(AR->getStepRecurrence(SE),
166 TransformSubExpr(AR->getStepRecurrence(SE),
181 TransformSubExpr(AR->getStepRecurrence(SE),
IVUsers.cpp 63 !isInteresting(AR->getStepRecurrence(*SE), I, L, SE, LI);
344 return AR->getStepRecurrence(*SE);
DependenceAnalysis.cpp 814 const SCEV *Step = AddRec->getStepRecurrence(*SE);
832 const SCEV *Step = AddRec->getStepRecurrence(*SE);
    [all...]
ScalarEvolutionExpander.cpp 284 const SCEV *Step = A->getStepRecurrence(SE);
345 A->getStepRecurrence(SE),
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 301 /// getStepRecurrence - This method constructs and returns the recurrence
305 const SCEV *getStepRecurrence(ScalarEvolution &SE) const {
352 return cast<SCEVAddRecExpr>(SE.getAddExpr(this, getStepRecurrence(SE)));
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 384 dyn_cast<SCEVConstant>(PHISCEV->getStepRecurrence(*SE))) {
579 assert(User2SCEV->getStepRecurrence(*SE)->isOne() &&
584 dyn_cast<SCEVConstant>(User1SCEV->getStepRecurrence(*SE))) {
    [all...]
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp 312 AR->getStepRecurrence(SE),
562 const SCEV *Step = getExactSDiv(AR->getStepRecurrence(SE), RHS, SE,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 196 milliseconds