Searched defs:PhiNode (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DPhiNode.java33 public class PhiNode extends TypeNode { class in inherits:TypeNode
47 public PhiNode(Address addr) { method in class:PhiNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/
H A DPhiNode.java48 public abstract class PhiNode extends FloatingNode implements Canonicalizable { class in inherits:FloatingNode,Canonicalizable
53 protected PhiNode(NodeClass<? extends PhiNode> c, Stamp stamp, AbstractMergeNode merge) { method in class:PhiNode
/openjdk10/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp120 class PhiNode : public TypeNode { class in inherits:TypeNode
143 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL, function in class:PhiNode
[all...]

Completed in 237 milliseconds