Home
last modified time | relevance | path

Searched refs:phiMoves (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
221 SpillMove blockingPhiMove = getMoveWithSource(inMove.to, phiMoves); in pruneParallelMoveSets()
242 Set<SpillMove> phiMoves = in scheduleMovesBeforeInstruction() local
246 pruneParallelMoveSets(inMoves, outMoves, phiMoves); in scheduleMovesBeforeInstruction()
249 outMoves.addAll(phiMoves); in scheduleMovesBeforeInstruction()