Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RDepth

2381     int RDepth = right->getDepth() - RPenalty;
2382 if (LDepth != RDepth) {
2385 << ") depth " << RDepth << "\n");
2386 return LDepth < RDepth ? 1 : -1;