Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MaxHeight

2193   unsigned MaxHeight = 0;
2203 if (Height > MaxHeight)
2204 MaxHeight = Height;
2206 return MaxHeight;