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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp587 void BlockBegin::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { argument
590 if (sux_at(i) == old_sux) {
593 new_sux->remove_predecessor(old_sux);
597 old_sux->remove_predecessor(this);
598 end()->substitute_sux(old_sux, new_sux);
948 void BlockEnd::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { argument
949 substitute(*_sux, old_sux, new_sux);

Completed in 32 milliseconds