Searched refs:SrcLoop (Results 1 – 2 of 2) sorted by relevance
522 unsigned mapSrcLoop(const Loop *SrcLoop) const;739 const Loop *SrcLoop,756 const Loop *SrcLoop,
713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock); in establishNestingLevels() local718 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()725 while (SrcLoop != DstLoop) { in establishNestingLevels()726 SrcLoop = SrcLoop->getParentLoop(); in establishNestingLevels()737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const { in mapSrcLoop()738 return SrcLoop->getLoopDepth(); in mapSrcLoop()1819 const Loop *SrcLoop, const Loop *DstLoop, in exactRDIVtest() argument1854 collectConstantUpperBound(SrcLoop, Delta->getType())) { in exactRDIVtest()2151 const Loop *SrcLoop, *DstLoop; in testRDIV() local2160 SrcLoop = SrcAddRec->getLoop(); in testRDIV()[all …]