Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java159 Phi phiOperand = value.asPhi(); in consistentDefUseChains() local
160 assert phiOperand.getBlock().getPhis().contains(phiOperand); in consistentDefUseChains()
161 assert phiOperand.uniquePhiUsers().contains(phi); in consistentDefUseChains()