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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp597 void BlockBegin::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { function in class:BlockBegin
608 end()->substitute_sux(old_sux, new_sux);
641 end()->substitute_sux(sux, new_sux);
965 void BlockEnd::substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux) { function in class:BlockEnd
H A Dc1_Instruction.hpp1733 void substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux);
1857 void substitute_sux(BlockBegin* old_sux, BlockBegin* new_sux);
H A Dc1_LinearScan.cpp6237 pred->substitute_sux(block, new_target);

Completed in 122 milliseconds