Home
last modified time | relevance | path

Searched refs:inMove (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java174 private SpillMove getMoveWritingSourceRegister(SpillMove inMove, Collection<SpillMove> moves) { in getMoveWritingSourceRegister() argument
175 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() local
219 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()