Searched refs:maxHeight (Results 1 – 1 of 1) sorted by relevance
1916 SUnit *maxHeight = nullptr; in computeNodeOrder() local1918 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) in computeNodeOrder()1919 maxHeight = I; in computeNodeOrder()1920 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()1921 getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight)) in computeNodeOrder()1922 maxHeight = I; in computeNodeOrder()1923 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()1925 getZeroLatencyHeight(maxHeight) && in computeNodeOrder()1926 getMOV(I) < getMOV(maxHeight)) in computeNodeOrder()1927 maxHeight = I; in computeNodeOrder()[all …]