Home | History | Annotate | Download | only in arm

Lines Matching defs:parallel_moves_

323     parallel_moves_[BEFORE] = NULL;
324 parallel_moves_[START] = NULL;
325 parallel_moves_[END] = NULL;
326 parallel_moves_[AFTER] = NULL;
351 if (parallel_moves_[pos] == NULL) parallel_moves_[pos] = new LParallelMove;
352 return parallel_moves_[pos];
356 return parallel_moves_[pos];
360 LParallelMove* parallel_moves_[LAST_INNER_POSITION + 1];