Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
537 unsigned mapSrcLoop(const Loop *SrcLoop) const;765 const Loop *SrcLoop,782 const Loop *SrcLoop,
815 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local820 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()827 while (SrcLoop != DstLoop) { in establishNestingLevels()828 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()840 return SrcLoop->getLoopDepth(); in mapSrcLoop()2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local2313 SrcLoop = SrcAddRec->getLoop(); in testRDIV()2323 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2339 SrcLoop = DstAddRec->getLoop(); in testRDIV()2348 SrcLoop, DstLoop, in testRDIV()[all …]