Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcLoop

713   const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
718 SrcLoop = SrcLoop->getParentLoop();
725 while (SrcLoop != DstLoop) {
726 SrcLoop = SrcLoop->getParentLoop();
737 unsigned DependenceInfo::mapSrcLoop(const Loop *SrcLoop) const {
738 return SrcLoop->getLoopDepth();
1819 const Loop *SrcLoop, const Loop *DstLoop,
1854 collectConstantUpperBound(SrcLoop, Delta->getType())) {
2151 const Loop *SrcLoop, *DstLoop;
2160 SrcLoop = SrcAddRec->getLoop();
2170 SrcLoop = tmpAddRec->getLoop();
2186 SrcLoop = DstAddRec->getLoop();
2195 SrcLoop, DstLoop,
2200 SrcLoop, DstLoop);
3182 Loop *SrcLoop = LI->getLoopFor(Src->getParent());
3187 SE->getSCEVAtScope(SrcPtr, SrcLoop);