Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2233 if (SrcAddRec && DstAddRec) { in testSIV()
2235 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2239 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2266 if (DstAddRec) { in testSIV()
2267 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2270 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2310 if (SrcAddRec && DstAddRec) { in testRDIV()
2314 DstConst = DstAddRec->getStart(); in testRDIV()
2316 DstLoop = DstAddRec->getLoop(); in testRDIV()
2331 else if (DstAddRec) { in testRDIV()
[all …]