Searched refs:DstLoop (Results 1 – 2 of 2) sorted by relevance
523 unsigned mapDstLoop(const Loop *DstLoop) const;737 const Loop *DstLoop,754 const Loop *DstLoop) const;
719 const Loop *DstLoop = LI->getLoopFor(DstBlock); in establishNestingLevels() local727 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()730 while (SrcLoop != DstLoop) { in establishNestingLevels()732 DstLoop = DstLoop->getParentLoop(); in establishNestingLevels()749 unsigned DependenceAnalysis::mapDstLoop(const Loop *DstLoop) const { in mapDstLoop()750 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()1850 const Loop *DstLoop, in exactRDIVtest() argument1895 collectConstantUpperBound(DstLoop, Delta->getType())) { in exactRDIVtest()2188 const Loop *SrcLoop, *DstLoop; in testRDIV() local2200 DstLoop = DstAddRec->getLoop(); in testRDIV()[all …]