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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DPhiNode.java33 public class PhiNode extends TypeNode { class in inherits:TypeNode
43 Type type = db.lookupType("PhiNode");
47 public PhiNode(Address addr) { method in class:PhiNode
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp41 class PhiNode;
64 // correspond 1-to-1 with RegionNode inputs. The zero input of a PhiNode is
68 // Node layout (parallels PhiNode):
84 PhiNode* has_phi() const; // returns an arbitrary phi user, or NULL
85 PhiNode* has_unique_phi() const; // returns the unique phi user, or NULL
114 //------------------------------PhiNode----------------------------------------
120 class PhiNode : public TypeNode { class in inherits:TypeNode
140 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL, function in class:PhiNode
155 static PhiNode* make( Node* r, Node* x );
157 static PhiNode* mak
[all...]

Completed in 30 milliseconds