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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DExpandLogicPhase.java92 processIf(binary.getX(), binary.isXNegated(), binary.getY(), binary.isYNegated(), (IfNode) usage, binary.getShortCircuitProbability());
102 private static void processIf(LogicNode x, boolean xNegated, LogicNode y, boolean yNegated, IfNode ifNode, double shortCircuitProbability) { method in class:ExpandLogicPhase
H A DFixReadsPhase.java206 processIf((IfNode) node);
351 protected void processIf(IfNode node) { method in class:FixReadsPhase.RawConditionalEliminationVisitor
H A DConditionalEliminationPhase.java316 protected void processIf(IfNode node) { method in class:ConditionalEliminationPhase.Instance
392 processIf((IfNode) node);

Completed in 46 milliseconds