Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance
70 public static void updateSsaMethod(SsaMethod ssaMeth, int threshold) { in updateSsaMethod() argument72 placePhiFunctions(ssaMeth, localInfo, threshold); in updateSsaMethod()73 new SsaRenamer(ssaMeth, threshold).run(); in updateSsaMethod()300 LocalVariableInfo localInfo, int threshold) { in placePhiFunctions() argument307 regCount = ssaMeth.getRegCount() - threshold; in placePhiFunctions()333 if (rs != null && rs.getReg() - threshold >= 0) { in placePhiFunctions()334 defsites[rs.getReg() - threshold].set(bi); in placePhiFunctions()374 int tReg = reg + threshold; in placePhiFunctions()
75 private int threshold; field in SsaRenamer110 threshold = 0; in SsaRenamer()154 threshold = thresh; in SsaRenamer()248 return ssaReg < threshold; in isBelowThresholdRegister()544 threshold == 0) { in visitMoveInsn()553 threshold == 0) { in visitMoveInsn()