Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DPhi.java120 operands.get(index).removePhiUser(this); in removeOperand()
133 copy.get(i).removePhiUser(this); in removeOperandsByIndex()
143 current.removePhiUser(this); in replace()
195 op.removePhiUser(this); in removeTrivialPhi()
DValue.java247 public void removePhiUser(Phi user) { in removePhiUser() method in Value
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DDeadCodeRemover.java77 operand.removePhiUser(phi); in removeDeadPhis()
DCodeRewriter.java871 originalValue.removePhiUser(phi); in splitPhiConstants()