Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
516 unsigned mapSrcLoop(const Loop *SrcLoop) const;744 const Loop *SrcLoop,761 const Loop *SrcLoop,
750 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local755 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()762 while (SrcLoop != DstLoop) { in establishNestingLevels()763 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()775 return SrcLoop->getLoopDepth(); in mapSrcLoop()2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local2228 SrcLoop = SrcAddRec->getLoop(); in testRDIV()2238 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2254 SrcLoop = DstAddRec->getLoop(); in testRDIV()2263 SrcLoop, DstLoop, in testRDIV()[all …]