Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1593 SpillMoveSet spillMoves = in insertMoves() local
1605 spillMoves.addSpillOrRestoreMove(toGapPosition(position), split, current); in insertMoves()
1611 resolveControlFlow(spillMoves); in insertMoves()
1613 maxRegisterNumber += spillMoves.scheduleAndInsertMoves(maxRegisterNumber + 1); in insertMoves()
1618 private void resolveControlFlow(SpillMoveSet spillMoves) { in resolveControlFlow() argument
1654 spillMoves.addOutResolutionMove(fromInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()
1656 spillMoves.addInResolutionMove(toInstruction + 1, toIntervals, fromIntervals); in resolveControlFlow()
1658 spillMoves.addInResolutionMove(toInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()
1678 spillMoves.addPhiMove(fromInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()