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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.hpp101 int replace_input(Node *use, Node *oldref, Node *newref);
H A Dmacro.cpp50 int PhaseMacroExpand::replace_input(Node *use, Node *oldref, Node *newref) { function in class:PhaseMacroExpand
1443 imax -= replace_input(use, _memproj_fallthrough, result_phi_rawmem);
1458 imax -= replace_input(use, _memproj_catchall, _memproj_fallthrough);
1475 imax -= replace_input(use, _ioproj_fallthrough, result_phi_i_o);
1490 imax -= replace_input(use, _ioproj_catchall, _ioproj_fallthrough);

Completed in 63 milliseconds