Searched refs:forEachPhiInsn (Results 1 – 4 of 4) sorted by relevance
737 public void forEachPhiInsn(PhiInsn.Visitor v) { in forEachPhiInsn() method in SsaMethod739 block.forEachPhiInsn(v); in forEachPhiInsn()
657 successor.forEachPhiInsn(visitor); in updateSuccessorPhis()
255 public void forEachPhiInsn(PhiInsn.Visitor v) { in forEachPhiInsn() method in SsaBasicBlock
170 block.forEachPhiInsn(new PhiVisitor(blocks)); in removePhiFunctions()