Searched refs:inMove (Results 1 – 1 of 1) sorted by relevance
174 private SpillMove getMoveWritingSourceRegister(SpillMove inMove, Collection<SpillMove> moves) { in getMoveWritingSourceRegister() argument175 int srcRegister = inMove.from.getRegister(); in getMoveWritingSourceRegister()176 int srcRegisters = inMove.type == MoveType.WIDE ? 2 : 1; in getMoveWritingSourceRegister()218 SpillMove inMove = it.next(); in pruneParallelMoveSets() local219 SpillMove outMove = getMoveWithSource(inMove.to, outMoves); in pruneParallelMoveSets()220 SpillMove blockingInMove = getMoveWritingSourceRegister(inMove, inMoves); in pruneParallelMoveSets()221 SpillMove blockingPhiMove = getMoveWithSource(inMove.to, phiMoves); in pruneParallelMoveSets()224 outMove.from = inMove.from; in pruneParallelMoveSets()