Searched refs:Reachblock (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp152 uint PhaseChaitin::split_DEF( Node *def, Block *b, int loc, uint maxlrg, Node **Reachblock, Node **debug_defs, GrowableArray<uint> splits, int slidx ) { argument
181 Reachblock[slidx] = spill;
320 Node *PhaseChaitin::split_Rematerialize( Node *def, Block *b, uint insidx, uint &maxlrg, GrowableArray<uint> splits, int slidx, uint *lrg2reach, Node **Reachblock, bool walkThru ) { argument
374 Node *rdef = Reachblock[lrg2reach[lidx]];
469 Node **Reachblock; local
527 Node **Reachblock = Reaches[bidx]; local
531 Reachblock[slidx] = NULL; // Assume that no def is present
552 Reachblock = Reaches[b->_pre_order];
574 Reachblock[slidx] = lrgs(lidx)._def;
646 Reachblock[slid
[all...]
H A Dchaitin.hpp348 uint split_DEF( Node *def, Block *b, int loc, uint max, Node **Reachblock, Node **debug_defs, GrowableArray<uint> splits, int slidx );
352 int slidx, uint *lrg2reach, Node **Reachblock, bool walkThru);

Completed in 40 milliseconds