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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp43 int _phi_operand; // For resolving of phi functions at begin of entry_block member in class:XHandler
57 , _phi_operand(-1)
69 , _phi_operand(other->_phi_operand)
89 int phi_operand() const { assert(_phi_operand != -1, "not set"); return _phi_operand; }
100 void set_phi_operand(int phi_operand) { _phi_operand = phi_operand; }

Completed in 44 milliseconds