Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
556 unsigned mapDstLoop(const Loop *DstLoop) const;781 const Loop *DstLoop,798 const Loop *DstLoop) const;
843 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local851 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()854 while (SrcLoop != DstLoop) { in establishNestingLevels()856 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()873 unsigned DependenceInfo::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()874 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()1975 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument2021 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()2323 const Loop *SrcLoop, *DstLoop; in testRDIV() local2335 DstLoop = DstAddRec->getLoop(); in testRDIV()[all …]