Searched refs:forEachPhiInsn (Results 1 – 4 of 4) sorted by relevance
720 public void forEachPhiInsn(PhiInsn.Visitor v) { in forEachPhiInsn() method in SsaMethod722 block.forEachPhiInsn(v); in forEachPhiInsn()
663 successor.forEachPhiInsn(visitor); in updateSuccessorPhis()
249 public void forEachPhiInsn(PhiInsn.Visitor v) { in forEachPhiInsn() method in SsaBasicBlock
171 block.forEachPhiInsn(new PhiVisitor(blocks)); in removePhiFunctions()