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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp4185 bool found_cisc_alternate = false; local
4188 for( ; !found_cisc_alternate && (instr2 = (InstructForm*)_instructions.iter2()) != NULL; ) {
4197 found_cisc_alternate = instr->cisc_spills_to(*this, instr2);

Completed in 42 milliseconds