Lines Matching refs:SrcLoop
735 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
740 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
747 while (SrcLoop != DstLoop) { in establishNestingLevels()
748 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
759 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
760 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1892 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1927 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2224 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2233 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2243 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2259 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2268 SrcLoop, DstLoop, in testRDIV()
2273 SrcLoop, DstLoop); in testRDIV()
3264 Loop *SrcLoop = LI->getLoopFor(Src->getParent()); in tryDelinearize() local
3269 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()