Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
537 unsigned mapSrcLoop(const Loop *SrcLoop) const;765 const Loop *SrcLoop,782 const Loop *SrcLoop,
815 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local820 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()827 while (SrcLoop != DstLoop) { in establishNestingLevels()828 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()839 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()840 return SrcLoop->getLoopDepth(); in mapSrcLoop()1956 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument1992 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()2304 const Loop *SrcLoop, *DstLoop; in testRDIV() local2313 SrcLoop = SrcAddRec->getLoop(); in testRDIV()[all …]