< prev index next >

src/share/vm/opto/loopnode.hpp

Print this page

        

*** 337,349 **** C->add_macro_node(this); } virtual int Opcode() const; virtual const Type *bottom_type() const { return TypeInt::INT; } virtual uint ideal_reg() const { return Op_RegI; } ! virtual const Type *Value( PhaseTransform *phase ) const; virtual Node *Ideal(PhaseGVN *phase, bool can_reshape); ! virtual Node *Identity( PhaseTransform *phase ); }; // -----------------------------IdealLoopTree---------------------------------- class IdealLoopTree : public ResourceObj { public: --- 337,349 ---- C->add_macro_node(this); } virtual int Opcode() const; virtual const Type *bottom_type() const { return TypeInt::INT; } virtual uint ideal_reg() const { return Op_RegI; } ! virtual const Type* Value(PhaseGVN* phase) const; virtual Node *Ideal(PhaseGVN *phase, bool can_reshape); ! virtual Node* Identity(PhaseGVN* phase); }; // -----------------------------IdealLoopTree---------------------------------- class IdealLoopTree : public ResourceObj { public:
< prev index next >