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

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 861 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Src);
862 if (!AddRec)
864 const SCEV *Start = AddRec->getStart();
865 const SCEV *Step = AddRec->getStepRecurrence(*SE);
866 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop());
870 if (!AddRec->getNoWrapFlags())
876 Loops.set(mapSrcLoop(AddRec->getLoop()));
887 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Dst);
888 if (!AddRec)
890 const SCEV *Start = AddRec->getStart()
    [all...]
ScalarEvolution.cpp 548 // Compare addrec loop depths.
557 // Addrec complexity grows with operand count.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopInterchange.cpp 314 const SCEVAddRecExpr *AddRec =
316 if (!AddRec || !AddRec->isAffine())
318 const SCEV *Step = AddRec->getStepRecurrence(*SE);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 465 milliseconds