Home | History | Annotate | Download | only in ia32

Lines Matching full:moves

48   // Build up a worklist of moves.
53 // Skip constants to perform them last. They don't block other moves
54 // and skipping such moves with register destinations keeps those
61 // Perform the moves with constant sources.
75 // Perform a linear sweep of the moves to add them to the initial list of
76 // moves to perform, ignoring any move that is redundant (the source is
79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
80 for (int i = 0; i < moves->length(); ++i) {
81 LMoveOperands move = moves->at(i);
108 // such moves.
298 // moves.