Lines Matching refs:SrcLoop
752 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
757 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
764 while (SrcLoop != DstLoop) { in establishNestingLevels()
765 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
776 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
777 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1893 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1929 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2250 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2260 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2276 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2285 SrcLoop, DstLoop, in testRDIV()
2290 SrcLoop, DstLoop); in testRDIV()
3293 Loop *SrcLoop = LI->getLoopFor(Src->getParent()); in tryDelinearize() local
3295 const SCEV *SrcAccessFn = SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()