Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MaxHeight

2203   unsigned MaxHeight = 0;
2213 if (Height > MaxHeight)
2214 MaxHeight = Height;
2216 return MaxHeight;