Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
513 unsigned mapSrcLoop(const Loop *SrcLoop) const;741 const Loop *SrcLoop,758 const Loop *SrcLoop,
752 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local757 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()764 while (SrcLoop != DstLoop) { in establishNestingLevels()765 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()777 return SrcLoop->getLoopDepth(); in mapSrcLoop()2241 const Loop *SrcLoop, *DstLoop; in testRDIV() local2250 SrcLoop = SrcAddRec->getLoop(); in testRDIV()2260 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2276 SrcLoop = DstAddRec->getLoop(); in testRDIV()2285 SrcLoop, DstLoop, in testRDIV()[all …]