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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp190 uint r = _phc.Find(n);
197 for( uint i=0; i<_phc._cfg._num_blocks; i++ ) {
199 Block *b = _phc._cfg._blocks[i];
203 tty->print("B%d ", _phc._cfg._bbs[b->pred(j)->_idx]->_pre_order);
239 uint lr1 = _phc.Find(n1);
240 uint lr2 = _phc.Find(n2);
242 !_phc._ifg->test_edge_sq( lr1, lr2 ) ) { // Do not interfere
243 LRG *lrg1 = &_phc.lrgs(lr1);
244 LRG *lrg2 = &_phc.lrgs(lr2);
267 _phc
[all...]
H A Dcoalesce.hpp40 PhaseChaitin &_phc; member in class:PhaseCoalesce
44 PhaseCoalesce( PhaseChaitin &chaitin ) : Phase(Coalesce), _phc(chaitin) { }
57 LRG &lrgs( uint lidx ) { return _phc.lrgs(lidx); }

Completed in 33 milliseconds