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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1990 Node* fallthroughproj = _fallthroughproj; local
1998 MemBarNode* membar = fallthroughproj->unique_ctrl_out()->as_MemBar();
2002 _igvn.replace_node(ctrlproj, fallthroughproj);
2020 _igvn.replace_node(fallthroughproj, ctrl);
2022 fallthroughproj = ctrl;
2028 _igvn.replace_node(fallthroughproj, ctrl);

Completed in 47 milliseconds