Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java26 private final Map<Integer, Set<SpillMove>> instructionToOutMoves = new HashMap<>(); field in SpillMoveSet
112 instructionToOutMoves.computeIfAbsent(i, (k) -> new LinkedHashSet<>()).add( in addOutMove()
160 return instructionToOutMoves.containsKey(i - 1) in needsMovesBeforeInstruction()
238 instructionToOutMoves.computeIfAbsent(instruction - 1, (k) -> new LinkedHashSet<>()); in scheduleMovesBeforeInstruction()