Home | History | Annotate | Download | only in x64

Lines Matching full:moves

44   // Build up a worklist of moves.
49 // Skip constants to perform them last. They don't block other moves
50 // and skipping such moves with register destinations keeps those
57 // Perform the moves with constant sources.
70 // Perform a linear sweep of the moves to add them to the initial list of
71 // moves to perform, ignoring any move that is redundant (the source is
74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands();
75 for (int i = 0; i < moves->length(); ++i) {
76 LMoveOperands move = moves->at(i);
96 // multiple moves to be pending.
104 // such moves.