Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2147 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2148 if (SrcAddRec && DstAddRec) { in testSIV()
2150 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2152 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2154 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2181 if (DstAddRec) { in testSIV()
2182 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2183 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2185 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2224 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]