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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1409 ProjNode *ctrl_proj = (ctrl->is_Proj()) ? ctrl->as_Proj() : NULL; local
1410 if (ctrl_proj != NULL && ctrl_proj->_con == TypeFunc::Control) {
1411 Node *n = ctrl_proj->in(0);
H A Dstringopts.cpp352 Node *ctrl_proj = init->proj_out(TypeFunc::Control); local
353 if (ctrl_proj != NULL) {
354 C->gvn_replace_by(ctrl_proj, init->in(TypeFunc::Control));
H A Dmacro.cpp902 Node *ctrl_proj = init->proj_out(TypeFunc::Control); local
903 if (ctrl_proj != NULL) {
905 _igvn.replace_node(ctrl_proj, _fallthroughcatchproj);

Completed in 512 milliseconds