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

/openjdk7/hotspot/src/share/vm/opto/
H A Ddomgraph.cpp49 Tarjan *_bucket; // Set of vertices with given semidominator member in struct:Tarjan
120 w->_bucket = tarjan[w->_semi]._bucket;
121 tarjan[w->_semi]._bucket = w;
126 for( Tarjan *vx = w->_parent->_bucket; vx; vx = vx->_bucket ) {
187 t->_bucket = NULL;
378 NTarjan *_bucket; // Set of vertices with given semidominator
447 w->_bucket = ntarjan[w->_semi]._bucket;
[all...]

Completed in 29 milliseconds