Home | History | Annotate | Download | only in Analysis

Lines Matching defs:RDepth

519             RDepth = LI->getLoopDepth(RParent);
520 if (LDepth != RDepth)
521 return (int)LDepth - (int)RDepth;
554 RDepth = RLoop->getLoopDepth();
555 if (LDepth != RDepth)
556 return (int)LDepth - (int)RDepth;