Home | History | Annotate | Download | only in optimizing

Lines Matching full:moves_

24   DCHECK(moves_.IsEmpty());
28 for (size_t i = 0; i < moves_.Size(); ++i) {
29 const MoveOperands& move = *moves_.Get(i);
39 for (size_t i = 0; i < moves_.Size(); ++i) {
40 const MoveOperands& move = *moves_.Get(i);
47 moves_.Reset();
59 moves_.Add(move);
73 DCHECK(!moves_.Get(index)->IsPending());
74 DCHECK(!moves_.Get(index)->IsRedundant());
79 DCHECK(!moves_.Get(index)->GetSource().IsInvalid());
80 Location destination = moves_.Get(index)->MarkPending();
86 for (size_t i = 0; i < moves_.Size(); ++i) {
87 const MoveOperands& other_move = *moves_.Get(i);
101 MoveOperands* move = moves_.Get(index);
118 for (size_t i = 0; i < moves_.Size(); ++i) {
119 const MoveOperands& other_move = *moves_.Get(i);
135 for (size_t i = 0; i < moves_.Size(); ++i) {
136 const MoveOperands& other_move = *moves_.Get(i);
138 moves_.Get(i)->SetSource(destination);
140 moves_.Get(i)->SetSource(source);
151 for (size_t i = 0; i < moves_.Size(); ++i) {
152 if (moves_.Get(i)->Blocks(loc)) {
157 for (size_t i = 0; i < moves_.Size(); ++i) {
158 if (moves_.Get(i)->GetDestination().Equals(loc)) {