Home | History | Annotate | Download | only in Analysis

Lines Matching refs:RDepth

524                      RDepth = LI->getLoopDepth(RParent);
525 if (LDepth != RDepth)
526 return (int)LDepth - (int)RDepth;
559 RDepth = RLoop->getLoopDepth();
560 if (LDepth != RDepth)
561 return (int)LDepth - (int)RDepth;