Lines Matching full:domove
1705 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.1706 if (DoMove)1707 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp,1709 if (!DoMove) {