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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp46 Tarjan *_ancestor; // Used for LINK and EVAL member in struct:Tarjan
184 t->_ancestor = NULL; // Fast LINK & EVAL setup
297 assert( _ancestor != 0, "" );
298 if( _ancestor->_ancestor != 0 ) {
299 _ancestor->COMPRESS( );
300 if( _ancestor->_label->_semi < _label->_semi )
301 _label = _ancestor->_label;
302 _ancestor = _ancestor
[all...]

Completed in 30 milliseconds