Lines Matching refs:SrcLoop
750 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
755 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
762 while (SrcLoop != DstLoop) { in establishNestingLevels()
763 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
774 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
775 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1871 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1907 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2228 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2238 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2254 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2263 SrcLoop, DstLoop, in testRDIV()
2268 SrcLoop, DstLoop); in testRDIV()
3258 Loop *SrcLoop = LI->getLoopFor(Src->getParent()); in tryDelinearize() local
3260 const SCEV *SrcAccessFn = SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()