src/share/vm/opto/cfgnode.hpp

changeset 670
9c2ecc2ffb12
parent 631
d1605aabd0a1
parent 658
1dd146f17531
child 835
cc80376deb0c
equal deleted inserted replaced
632:de141433919f 670:9c2ecc2ffb12
127 enum { Region, // Control input is the Phi's region. 127 enum { Region, // Control input is the Phi's region.
128 Input // Input values are [1..len) 128 Input // Input values are [1..len)
129 }; 129 };
130 130
131 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL, 131 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL,
132 const int iid = TypeOopPtr::UNKNOWN_INSTANCE, 132 const int iid = TypeOopPtr::InstanceTop,
133 const int iidx = Compile::AliasIdxTop, 133 const int iidx = Compile::AliasIdxTop,
134 const int ioffs = Type::OffsetTop ) 134 const int ioffs = Type::OffsetTop )
135 : TypeNode(t,r->req()), 135 : TypeNode(t,r->req()),
136 _adr_type(at), 136 _adr_type(at),
137 _inst_id(iid), 137 _inst_id(iid),

mercurial