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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp320 Node *PhaseChaitin::split_Rematerialize( Node *def, Block *b, uint insidx, uint &maxlrg, GrowableArray<uint> splits, int slidx, uint *lrg2reach, Node **Reachblock, bool walkThru ) { argument
340 insidx++;
387 insert_proj( b, insidx, spill, maxlrg++ );
393 uint i = insidx+1;
406 bool PhaseChaitin::is_high_pressure( Block *b, LRG *lrg, uint insidx ) {
417 if( insidx < hrp_idx ) return false;
467 uint bidx, pidx, slidx, insidx, inpidx, twoidx; local
630 for( insidx = 1; insidx <= b->end_idx(); insidx
[all...]
H A Difg.cpp495 for( uint insidx = first_inst; insidx < last_inst; insidx++ ) {
496 Node *ex = b->_nodes[insidx];
498 if( insidx > first_inst && ex->is_Mach() &&
502 b->_nodes.remove(insidx);
H A Dchaitin.hpp351 Node *split_Rematerialize(Node *def, Block *b, uint insidx, uint &maxlrg, GrowableArray<uint> splits,
361 bool is_high_pressure( Block *b, LRG *lrg, uint insidx );

Completed in 305 milliseconds