Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2153 if (SrcAddRec && DstAddRec) { in testSIV()
2155 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2159 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2186 if (DstAddRec) { in testSIV()
2187 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2190 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2230 if (SrcAddRec && DstAddRec) { in testRDIV()
2234 DstConst = DstAddRec->getStart(); in testRDIV()
2236 DstLoop = DstAddRec->getLoop(); in testRDIV()
2251 else if (DstAddRec) { in testRDIV()
[all …]