Home | History | Annotate | Download | only in optimizing

Lines Matching defs:PerformMove

52       PerformMove(i);
62 PerformMove(i);
119 MoveOperands* ParallelMoveResolverWithSwap::PerformMove(size_t index) {
122 // mark a move as "pending" on entry to PerformMove in order to detect
124 // which means that a call to PerformMove could change any source operand
150 // Though PerformMove can change any source operand in the move graph,
151 // calling `PerformMove` cannot create a blocking move via a swap
159 // be created but will be "pending" when we return from PerformMove.
160 required_swap = PerformMove(i);
174 // move by just returning from this `PerformMove`.
319 PerformMove(i);
398 void ParallelMoveResolverNoSwap::PerformMove(size_t index) {
401 // a move as "pending" on entry to PerformMove in order to detect cycles
437 PerformMove(i);