Searched refs:movesFromPhisAtBeginning (Results 1 – 1 of 1) sorted by relevance
93 private int movesFromPhisAtBeginning = 0; field in SsaBasicBlock643 movesFromPhisAtBeginning++; in addMoveToBeginning()879 if (movesFromPhisAtBeginning > 1) { in scheduleMovesFromPhis()882 toSchedule = insns.subList(0, movesFromPhisAtBeginning); in scheduleMovesFromPhis()886 SsaInsn firstNonPhiMoveInsn = insns.get(movesFromPhisAtBeginning); in scheduleMovesFromPhis()928 insns.remove(movesFromPhisAtBeginning); in scheduleMovesFromPhis()962 insns.set(movesFromPhisAtBeginning + 1, toAdd); in scheduleMovesFromPhis()