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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp2505 if (_cfg->C->failing()) return; // too many D-U pinch points
2662 Node *pinch = _reg_node[def_reg]; // Get pinch point
2663 if( !pinch || _bbs[pinch->_idx] != b || // No pinch-point yet?
2665 _reg_node.map(def_reg,def); // Record def/kill as the optimistic pinch-point
2675 // Finding a kill requires a real pinch-point.
2676 // Check for not already having a pinch-point.
2678 if( pinch
2914 Node* pinch = _reg_node[k]; local
[all...]
H A Doutput.hpp109 // Free list for pinch nodes.
208 // Garbage collect pinch nodes for reuse by other blocks.
210 // Clean up a pinch node for reuse (helper for above).
211 void cleanup_pinch( Node *pinch );

Completed in 33 milliseconds