Home | History | Annotate | Download | only in Analysis

Lines Matching refs:RDepth

494                      RDepth = LI->getLoopDepth(RParent);
495 if (LDepth != RDepth)
496 return (int)LDepth - (int)RDepth;
529 RDepth = RLoop->getLoopDepth();
530 if (LDepth != RDepth)
531 return (int)LDepth - (int)RDepth;