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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp315 uint inst_cnt = NumberOfLoopInstrToAlign; local
316 inst_cnt = b->compute_first_inst_size(sum_size, inst_cnt, _regalloc);
321 while( inst_cnt > 0 &&
327 inst_cnt = nb->compute_first_inst_size(sum_size, inst_cnt, _regalloc);
328 } // while( inst_cnt > 0 && i < last_block )

Completed in 1106 milliseconds