Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstruction.java68 Value previousLocalValue = getPreviousLocalValue(); in setOutValue()
123 if (phi == getPreviousLocalValue()) { in replaceDebugPhi()
334 public Value getPreviousLocalValue() { in getPreviousLocalValue() method in Instruction
335 return outValue == null ? null : outValue.getPreviousLocalValue(); in getPreviousLocalValue()
DIRCode.java174 Value previousLocalValue = outValue.getPreviousLocalValue(); in consistentDefUseChains()
211 assert debugUser.getPreviousLocalValue() == value in consistentValueUses()
DValue.java106 public Value getPreviousLocalValue() { in getPreviousLocalValue() method in Value
316 if (user.getPreviousLocalValue() == this) { in replaceUsers()
DBasicBlockInstructionIterator.java117 Value previousLocalValue = current.getPreviousLocalValue(); in remove()
DBasicBlock.java560 Value previousLocalValue = instruction.getPreviousLocalValue(); in unlink()
1127 assert move.getPreviousLocalValue() == null; in splitCriticalExceptionEdges()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DDeadCodeRemover.java64 Value previousLocalValue = instruction.getPreviousLocalValue(); in updateWorklist()
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1727 Value use = instruction.getPreviousLocalValue(); in computeLiveAtEntrySets()
1857 Value use = instruction.getPreviousLocalValue(); in computeLiveRanges()