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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp70 ProjNode *_fallthroughproj; member in class:PhaseMacroExpand
H A Dmacro.cpp161 _fallthroughproj = NULL;
175 _fallthroughproj = pn;
1986 _fallthroughproj != NULL &&
1990 Node* fallthroughproj = _fallthroughproj;
2256 Node *slow_ctrl = _fallthroughproj->clone();
2258 _igvn.hash_delete(_fallthroughproj);
2259 _fallthroughproj->disconnect_inputs(NULL, C);
2263 _igvn.replace_node(_fallthroughproj, region);
2321 Node *slow_ctrl = _fallthroughproj->clone();
2323 _igvn.hash_delete(_fallthroughproj);
[all...]

Completed in 37 milliseconds