Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java28 private final Map<Integer, Set<SpillMove>> instructionToPhiMoves = new HashMap<>(); field in SpillMoveSet
101 instructionToPhiMoves.computeIfAbsent(i, (k) -> new LinkedHashSet<>()).add(move); in addPhiMove()
162 || instructionToPhiMoves.containsKey(i - 1); in needsMovesBeforeInstruction()
243 instructionToPhiMoves.computeIfAbsent(instruction - 1, (k) -> new LinkedHashSet<>()); in scheduleMovesBeforeInstruction()