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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1691 Node* unsafe_id = is_cmove_id(phase, true_path); local
1692 if( unsafe_id != NULL && is_unsafe_data_reference(unsafe_id) )
1693 opt = unsafe_id;
1710 if( opt == unsafe_id || is_unsafe_data_reference(opt) ) {

Completed in 37 milliseconds