Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
520 unsigned mapDstLoop(const Loop *DstLoop) const;745 const Loop *DstLoop,762 const Loop *DstLoop) const;
751 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local759 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()762 while (SrcLoop != DstLoop) { in establishNestingLevels()764 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()781 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()782 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()1871 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument1917 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()2219 const Loop *SrcLoop, *DstLoop; in testRDIV() local2231 DstLoop = DstAddRec->getLoop(); in testRDIV()[all …]