Lines Matching refs:DstLoop
753 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local
761 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
764 while (SrcLoop != DstLoop) { in establishNestingLevels()
766 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()
783 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()
784 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
1893 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1939 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()
2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2253 DstLoop = DstAddRec->getLoop(); in testRDIV()
2263 DstLoop = SrcAddRec->getLoop(); in testRDIV()
2273 DstLoop = tmpAddRec->getLoop(); in testRDIV()
2285 SrcLoop, DstLoop, in testRDIV()
2290 SrcLoop, DstLoop); in testRDIV()
3294 Loop *DstLoop = LI->getLoopFor(Dst->getParent()); in tryDelinearize() local
3296 const SCEV *DstAccessFn = SE->getSCEVAtScope(DstPtr, DstLoop); in tryDelinearize()