Searched defs:top_if (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp212 static bool check_if_clipping( const RegionNode *region, IfNode * &bot_if, IfNode * &top_if ) {
213 top_if = NULL;
236 top_if = (IfNode*)in1000;
242 return (top_if != NULL);
643 IfNode *top_if; local
645 if( check_if_clipping( this, bot_if, top_if ) ) {
650 check_compare_clipping( false, top_if, max, top_in ) ) {
664 IfNode *iff = (IfNode*)gvn->register_new_node_with_optimizer(new (phase->C) IfNode( top_if->in(0), boo, PROB_UNLIKELY_MAG(5), top_if->_fcnt ));

Completed in 39 milliseconds