Searched refs:debug_defs (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
183 debug_defs[slidx] = spill;
520 Node **debug_defs = NEW_SPLIT_ARRAY( Node*, spill_cnt ); local
723 debug_defs[insidx] = (UPblock[insidx]) ? NULL : Reachblock[insidx];
796 if( debug_defs[slidx] != NULL ) {
797 Reachblock[slidx] = debug_defs[slidx];
818 maxlrg = split_DEF( n1, b, insert_point, maxlrg, Reachblock, debug_defs, splits, slidx);
936 // (called here 'def') and debug_defs[slidx] we need to mention
938 Node *derived_debug = debug_defs[slidx];
944 // Also set debug_defs[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 );

Completed in 34 milliseconds