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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp696 // If this coalesce will make any new neighbor uncolorable,
703 } // End of if not infinite-stack neighbor
717 uint neighbor; local
719 while ((neighbor = one.next()) != 0)
720 if( !_ulr.member(neighbor) )
721 if( _phc._ifg->neighbors(neighbor)->remove(lr1) )
722 lrgs(neighbor).inc_degree( -lrg1.compute_degree(lrgs(neighbor)) );
729 while ((neighbor = two.next()) != 0)
730 if( _phc._ifg->neighbors(neighbor)
[all...]
H A Dchaitin.cpp974 // allowed registers, then put that neighbor on the low degree
979 uint neighbor; local
980 while ((neighbor = elements.next()) != 0) {
981 LRG *n = &lrgs(neighbor);
982 assert( _ifg->effective_degree(neighbor) == n->degree(), "" );
986 assert(!(*_ifg->_yanked)[neighbor],"Cannot move to lo degree twice");
989 lo_no_copy = neighbor;
1032 // allowed registers, then put that neighbor on the low degree
1037 uint neighbor; local
1038 while ((neighbor
1288 uint neighbor; local
1688 uint neighbor; local
[all...]
H A Difg.cpp85 uint neighbor; local
86 while ((neighbor = elements.next()) != 0) {
87 add_edge( a, neighbor );
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java1070 for (Figure neighbor : set) {
1071 FigureWidget neighborWidget = figureWidgets.get(neighbor);

Completed in 43 milliseconds