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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp95 void replace_with(NodeHash* nh);
390 void replace_with(PhaseGVN* gvn) { function in class:NodeHash::PhaseGVN
391 _table.replace_with(&gvn->_table);
H A DphaseX.cpp78 void NodeHash::replace_with(NodeHash *nh) { function in class:NodeHash
H A Dcompile.cpp1826 gvn->replace_with(&igvn);
1890 initial_gvn()->replace_with(&igvn);

Completed in 275 milliseconds