Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcLoop

721   const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
726 SrcLoop = SrcLoop->getParentLoop();
733 while (SrcLoop != DstLoop) {
734 SrcLoop = SrcLoop->getParentLoop();
745 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
746 return SrcLoop->getLoopDepth();
1782 const Loop *SrcLoop,
1818 collectConstantUpperBound(SrcLoop, Delta->getType())) {
2121 const Loop *SrcLoop, *DstLoop;
2130 SrcLoop = SrcAddRec->getLoop();
2140 SrcLoop = tmpAddRec->getLoop();
2156 SrcLoop = DstAddRec->getLoop();
2165 SrcLoop, DstLoop,
2170 SrcLoop, DstLoop);