Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcLoop

716   const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
721 SrcLoop = SrcLoop->getParentLoop();
728 while (SrcLoop != DstLoop) {
729 SrcLoop = SrcLoop->getParentLoop();
740 unsigned DependenceAnalysis::mapSrcLoop(const Loop *SrcLoop) const {
741 return SrcLoop->getLoopDepth();
1777 const Loop *SrcLoop,
1813 collectConstantUpperBound(SrcLoop, Delta->getType())) {
2116 const Loop *SrcLoop, *DstLoop;
2125 SrcLoop = SrcAddRec->getLoop();
2135 SrcLoop = tmpAddRec->getLoop();
2151 SrcLoop = DstAddRec->getLoop();
2160 SrcLoop, DstLoop,
2165 SrcLoop, DstLoop);