reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1857 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) 1858 maxHeight = I; 1859 else if (getHeight(I) == getHeight(maxHeight) && 1860 getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight)) 1861 maxHeight = I; 1862 else if (getHeight(I) == getHeight(maxHeight) && 1863 getZeroLatencyHeight(I) == 1865 getMOV(I) < getMOV(maxHeight)) 1866 maxHeight = I;