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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp647 Node *top_in = NULL; // value being compared against local
650 check_compare_clipping( false, top_if, max, top_in ) ) {
651 if( bot_in == top_in ) {
654 // Only remaining check is that bot_in == top_in == (Phi's val + mods)

Completed in 36 milliseconds