Searched refs:_is_io_use (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmultnode.hpp66 : Node( src ), _con(con), _is_io_use(io_use)
75 const bool _is_io_use; // Used to distinguish between the projections member in class:ProjNode
H A Dmultnode.cpp65 return (uintptr_t)in(TypeFunc::Control) + (_con << 1) + (_is_io_use ? 1 : 0);
67 uint ProjNode::cmp( const Node &n ) const { return _con == ((ProjNode&)n)._con && ((ProjNode&)n)._is_io_use == _is_io_use; }
101 void ProjNode::dump_spec(outputStream *st) const { st->print("#%d",_con); if(_is_io_use) st->print(" (i_o_use)");}
H A Dcallnode.cpp746 if (pn->_is_io_use)
759 if (pn->_is_io_use)
H A Dmacro.cpp194 if (pn->_is_io_use)
200 if (pn->_is_io_use)
H A Dcompile.cpp2762 if (p->_is_io_use) {

Completed in 55 milliseconds