Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java215 Set<SpillMove> inMoves, Set<SpillMove> outMoves, Set<SpillMove> phiMoves) { in pruneParallelMoveSets() argument
216 Iterator<SpillMove> it = inMoves.iterator(); in pruneParallelMoveSets()
220 SpillMove blockingInMove = getMoveWritingSourceRegister(inMove, inMoves); in pruneParallelMoveSets()
232 Set<SpillMove> inMoves = in scheduleMovesBeforeInstruction() local
234 removeArgumentRestores(inMoves); in scheduleMovesBeforeInstruction()
246 pruneParallelMoveSets(inMoves, outMoves, phiMoves); in scheduleMovesBeforeInstruction()
252 scheduleMoves(tempRegister, inMoves, insertAt); in scheduleMovesBeforeInstruction()