Searched refs:maxHeight (Results 1 – 1 of 1) sorted by relevance
2340 SUnit *maxHeight = nullptr; in computeNodeOrder() local2342 if (maxHeight == nullptr || getHeight(I) > getHeight(maxHeight)) in computeNodeOrder()2343 maxHeight = I; in computeNodeOrder()2344 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()2345 getZeroLatencyHeight(I) > getZeroLatencyHeight(maxHeight)) in computeNodeOrder()2346 maxHeight = I; in computeNodeOrder()2347 else if (getHeight(I) == getHeight(maxHeight) && in computeNodeOrder()2349 getZeroLatencyHeight(maxHeight) && in computeNodeOrder()2350 getMOV(I) < getMOV(maxHeight)) in computeNodeOrder()2351 maxHeight = I; in computeNodeOrder()[all …]