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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp521 VectorSet **UP_entry= NEW_SPLIT_ARRAY( VectorSet*, spill_cnt ); local
539 UP_entry[slidx] = new VectorSet(split_arena);
725 UP_entry[insidx]->set( b->_pre_order );
1278 int phi_up = !!UP_entry[slidx]->test(b->_pre_order);

Completed in 35 milliseconds