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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp73 ProjNode *_ioproj_catchall; member in class:PhaseMacroExpand
H A Dmacro.cpp164 _ioproj_catchall = NULL;
195 _ioproj_catchall = pn;
940 if (_ioproj_catchall != NULL) {
941 _igvn.replace_node(_ioproj_catchall, C->top());
1480 // Now change uses of _ioproj_catchall to use _ioproj_fallthrough and delete
1481 // _ioproj_catchall so we end up with a call that has only 1 i_o projection.
1482 if (_ioproj_catchall != NULL ) {
1487 for (DUIterator_Fast imax, i = _ioproj_catchall->fast_outs(imax); i < imax; i++) {
1488 Node *use = _ioproj_catchall->fast_out(i);
1490 imax -= replace_input(use, _ioproj_catchall, _ioproj_fallthroug
[all...]

Completed in 36 milliseconds