Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LDepth

2380     int LDepth = left->getDepth() - LPenalty;
2382 if (LDepth != RDepth) {
2384 << ") depth " << LDepth << " vs SU (" << right->NodeNum
2386 return LDepth < RDepth ? 1 : -1;