Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
519 unsigned mapDstLoop(const Loop *DstLoop) const;744 const Loop *DstLoop,761 const Loop *DstLoop) const;
749 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local757 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()760 while (SrcLoop != DstLoop) { in establishNestingLevels()762 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()779 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()780 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()1896 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument1941 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()2228 const Loop *SrcLoop, *DstLoop; in testRDIV() local2240 DstLoop = DstAddRec->getLoop(); in testRDIV()[all …]