Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
526 unsigned mapDstLoop(const Loop *DstLoop) const;740 const Loop *DstLoop,757 const Loop *DstLoop) const;
714 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local722 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()725 while (SrcLoop != DstLoop) { in establishNestingLevels()727 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()744 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()745 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument1864 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local2163 DstLoop = DstAddRec->getLoop(); in testRDIV()[all …]