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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1104 Node *result_phi_i_o; local
1180 result_phi_i_o = new (C) PhiNode(result_region, Type::ABIO); // I/O is used for Prefetch
1235 result_phi_i_o->init_req(slow_result_path, i_o);
1387 result_phi_i_o ->init_req(fast_result_path, i_o);
1391 result_phi_i_o = i_o; // Rename it to use in the following code.
1418 call->set_req(TypeFunc::I_O, result_phi_i_o);
1475 imax -= replace_input(use, _ioproj_fallthrough, result_phi_i_o);
1501 if (result_phi_i_o->outcnt() > 1) {
1504 assert(result_phi_i_o->unique_ctrl_out() == call, "");
1539 transform_later(result_phi_i_o);
[all...]

Completed in 35 milliseconds