Lines Matching defs:DoMove
1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.1723 if (DoMove)1724 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp,1726 if (!DoMove) {