Home
last modified time | relevance | path

Searched refs:DstAddRec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2115 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2116 if (SrcAddRec && DstAddRec) { in testSIV()
2118 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2120 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2122 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2149 if (DstAddRec) { in testSIV()
2150 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2151 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2153 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2193 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]