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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp597 void BlockBegin::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { argument
600 if (sux_at(i) == old_sux) {
603 new_sux->remove_predecessor(old_sux);
607 old_sux->remove_predecessor(this);
608 end()->substitute_sux(old_sux, new_sux);
965 void BlockEnd::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { argument
966 substitute(*_sux, old_sux, new_sux);
H A Dc1_Instruction.hpp1733 void substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux);
1857 void substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux);

Completed in 45 milliseconds