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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp72 ProjNode *_ioproj_fallthrough; member in class:PhaseMacroExpand
H A Dmacro.cpp163 _ioproj_fallthrough = NULL;
197 _ioproj_fallthrough = pn;
937 if (_ioproj_fallthrough != NULL) {
938 _igvn.replace_node(_ioproj_fallthrough, alloc->in(TypeFunc::I_O));
1471 if (_ioproj_fallthrough != NULL) {
1472 for (DUIterator_Fast imax, i = _ioproj_fallthrough->fast_outs(imax); i < imax; i++) {
1473 Node *use = _ioproj_fallthrough->fast_out(i);
1475 imax -= replace_input(use, _ioproj_fallthrough, result_phi_i_o);
1480 // Now change uses of _ioproj_catchall to use _ioproj_fallthrough and delete
1483 if (_ioproj_fallthrough
[all...]

Completed in 36 milliseconds