Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:spread

2646     int spread = (int)left->getDepth() - (int)right->getDepth();
2647 if (std::abs(spread) > MaxReorderWindow) {
2656 int spread = (int)left->getHeight() - (int)right->getHeight();
2657 if (std::abs(spread) > MaxReorderWindow)