Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2148 if (SrcAddRec && DstAddRec) { in testSIV()
2150 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2154 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2181 if (DstAddRec) { in testSIV()
2182 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2185 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2225 if (SrcAddRec && DstAddRec) { in testRDIV()
2229 DstConst = DstAddRec->getStart(); in testRDIV()
2231 DstLoop = DstAddRec->getLoop(); in testRDIV()
2246 else if (DstAddRec) { in testRDIV()
[all …]