hotspot/src/share/vm/opto/cfgnode.hpp
changeset 781 e1baa9c8f16f
parent 670 ddf3e9583f2f
parent 769 78e5090c7a20
child 1432 44f076e3d2a4
equal deleted inserted replaced
743:b8b10c2a28fd 781:e1baa9c8f16f
   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),