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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp192 uint PhaseChaitin::split_USE( Node *def, Block *b, Node *use, uint useidx, uint maxlrg, bool def_down, bool cisc_sp, GrowableArray<uint> splits, int slidx ) { argument
205 if (useidx >= debug_start && useidx < debug_end) {
219 use->set_req(useidx, def);
228 Node *spill = get_spillcopy_wide(def,use,useidx);
237 use->set_req(useidx,spill);
254 if( inp == (int)useidx ) {
255 use->set_req(useidx, def);
273 b = _cfg._bbs[b->pred(useidx)->_idx];
280 Node *spill = get_spillcopy_wide( def, use, useidx );
880 uint useidx = Find_id(n->in(inpidx)); local
1200 uint useidx = Find_id(use); local
[all...]
H A Dpostaloc.cpp561 uint useidx = n2lidx(def); // useidx is the live range index for this USE local
563 if( useidx ) {
564 OptoReg::Name ureg = lrgs(useidx).reg();
581 lrgs(useidx).mask().Member(ureg_lo))) { // Nearly always adjacent
H A Dchaitin.hpp349 uint split_USE( Node *def, Block *b, Node *use, uint useidx, uint max, bool def_down, bool cisc_sp, GrowableArray<uint> splits, int slidx );

Completed in 35 milliseconds