Searched refs:makeFromRop (Results 1 – 6 of 6) sorted by relevance
59 public static SsaInsn makeFromRop(Insn insn, SsaBasicBlock block) { in makeFromRop() method in SsaInsn
219 SsaInsn newInsn = SsaInsn.makeFromRop(insn, this); in addInsnToHead()236 SsaInsn newInsn = SsaInsn.makeFromRop(insn, this); in replaceLastInsn()
304 = SsaInsn.makeFromRop( in fixLocalAssignment()
564 = SsaInsn.makeFromRop( in visitMoveInsn()
833 insns.add(SsaInsn.makeFromRop(gotoInsn, block)); in deleteInsns()
162 SsaInsn toAdd = SsaInsn.makeFromRop( in insertMoveBefore()