Lines Matching refs:SrcLoop
713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local
718 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
725 while (SrcLoop != DstLoop) { in establishNestingLevels()
726 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()
737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()
738 return SrcLoop->getLoopDepth(); in mapSrcLoop()
1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument
1854 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()
2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local
2160 SrcLoop = SrcAddRec->getLoop(); in testRDIV()
2170 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2186 SrcLoop = DstAddRec->getLoop(); in testRDIV()
2195 SrcLoop, DstLoop, in testRDIV()
2200 SrcLoop, DstLoop); in testRDIV()
3182 Loop *SrcLoop = LI->getLoopFor(Src->getParent()); in tryDelinearize() local
3187 SE->getSCEVAtScope(SrcPtr, SrcLoop); in tryDelinearize()