Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
552 unsigned mapSrcLoop(const Loop *SrcLoop) const;780 const Loop *SrcLoop,797 const Loop *SrcLoop,
842 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local847 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()854 while (SrcLoop != DstLoop) { in establishNestingLevels()855 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()866 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()867 return SrcLoop->getLoopDepth(); in mapSrcLoop()1975 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument2011 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()2323 const Loop *SrcLoop, *DstLoop; in testRDIV() local2332 SrcLoop = SrcAddRec->getLoop(); in testRDIV()[all …]