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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp468 uint non_phi = 1, spill_cnt = 0; local
494 lrg2reach[bidx] = spill_cnt;
495 spill_cnt++;
520 Node **debug_defs = NEW_SPLIT_ARRAY( Node*, spill_cnt );
521 VectorSet **UP_entry= NEW_SPLIT_ARRAY( VectorSet*, spill_cnt );
525 Reaches[bidx] = NEW_SPLIT_ARRAY( Node*, spill_cnt );
526 UP[bidx] = NEW_SPLIT_ARRAY( bool, spill_cnt );
529 for( slidx = 0; slidx < spill_cnt; slidx++ ) {
538 for( slidx = 0; slidx < spill_cnt; slidx++ )
546 if (C->check_node_count(spill_cnt, out_of_node
[all...]

Completed in 32 milliseconds