Lines Matching refs:SrcLoop
815 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
820 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
827 while (SrcLoop != DstLoop) { in establishNestingLevels()
828 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
839 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
840 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1956 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1992 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2313 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2323 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2339 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2348 SrcLoop, DstLoop, in testRDIV()
2353 SrcLoop, DstLoop); in testRDIV()
3356 Loop *SrcLoop = LI->getLoopFor(Src->getParent()); in tryDelinearize() local
3358 const SCEV *SrcAccessFn = SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()