Searched refs:movesFromPhisAtBeginning (Results 1 – 1 of 1) sorted by relevance
93 private int movesFromPhisAtBeginning = 0; field in SsaBasicBlock644 movesFromPhisAtBeginning++; in addMoveToBeginning()858 if (movesFromPhisAtBeginning > 1) { in scheduleMovesFromPhis()861 toSchedule = insns.subList(0, movesFromPhisAtBeginning); in scheduleMovesFromPhis()865 SsaInsn firstNonPhiMoveInsn = insns.get(movesFromPhisAtBeginning); in scheduleMovesFromPhis()907 insns.remove(movesFromPhisAtBeginning); in scheduleMovesFromPhis()941 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()