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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp1688 uint safe_instruction_index = (instruction_index - deleted_count); local
1689 for( ; (instruction_index > safe_instruction_index); --instruction_index ) {
1692 // install new node after safe_instruction_index
1693 block->_nodes.insert( safe_instruction_index + 1, m2 );

Completed in 33 milliseconds