Searched refs:bot_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 ) { argument
214 bot_if = NULL;
237 bot_if = (IfNode*)in10;
644 IfNode *bot_if; local
645 if( check_if_clipping( this, bot_if, top_if ) ) {
649 if( check_compare_clipping( true, bot_if, min, bot_in ) &&
670 iff = (IfNode*)gvn->register_new_node_with_optimizer(new (phase->C) IfNode( ifF, boo, PROB_UNLIKELY_MAG(5), bot_if->_fcnt ));

Completed in 36 milliseconds