Searched refs:NO_INCREMENT (Results 1 - 1 of 1) sorted by relevance

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DLoopBeginNode.java333 private static final int NO_INCREMENT = Integer.MIN_VALUE; field in class:LoopBeginNode
337 * {@link #NO_INCREMENT} or the increment, i.e., the value by which the phi is incremented in
344 long increment = NO_INCREMENT;
355 if (increment < Integer.MIN_VALUE || increment > Integer.MAX_VALUE || increment == NO_INCREMENT) {
356 increment = NO_INCREMENT;
392 if (phiIncrement[inputIndex] == NO_INCREMENT) {

Completed in 91 milliseconds