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

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 553 // Compare addrec loop depths.
562 // Addrec complexity grows with operand count.
    [all...]
DependenceAnalysis.cpp 810 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Src);
811 if (!AddRec)
813 const SCEV *Start = AddRec->getStart();
814 const SCEV *Step = AddRec->getStepRecurrence(*SE);
817 Loops.set(mapSrcLoop(AddRec->getLoop()));
828 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Dst);
829 if (!AddRec)
831 const SCEV *Start = AddRec->getStart();
832 const SCEV *Step = AddRec->getStepRecurrence(*SE);
835 Loops.set(mapDstLoop(AddRec->getLoop()))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]

Completed in 89 milliseconds