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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp873 Node *prev_chk1 = NULL; local
896 prev_chk2 = prev_chk1;
897 prev_chk1 = prev_dom;
901 prev_chk2 = prev_chk1;
922 adjust_check( prev_chk1, range1, index1, flip1, off_lo, igvn );
925 if( prev_chk1 != prev_chk2 ) {
932 if( !prev_chk1 ) return NULL;
934 adjust_check( prev_chk1, range1, index1, flip1, off_hi, igvn );
936 prev_dom = prev_chk1;

Completed in 32 milliseconds