Lines Matching refs:threshold
75 private int threshold;
110 threshold = 0;
146 * Constructs an instance of the renamer with threshold set
154 threshold = thresh;
238 * Returns true if this SSA register is below the specified threshold.
240 * for registers above a certain threshold.
243 * @return {@code true} if its register number is below the threshold
246 return ssaReg < threshold;
540 threshold == 0) {
549 threshold == 0) {