Home | History | Annotate | Download | only in ssa

Lines Matching defs:toAdd

616             NormalSsaInsn toAdd = new NormalSsaInsn(
620 insns.add(insns.size() - 1, toAdd);
639 NormalSsaInsn toAdd = new NormalSsaInsn(
643 insns.add(getCountPhiInsns(), toAdd);
758 NormalSsaInsn toAdd = new NormalSsaInsn(
764 toSchedule.add(insertPlace++, toAdd);
928 NormalSsaInsn toAdd = new NormalSsaInsn(
941 insns.set(movesFromPhisAtBeginning + 1, toAdd);