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

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp80 int blk_adjust=0; local
84 if( oldb == current_block ) blk_adjust++;
91 return blk_adjust;
125 int blk_adjust=0; local
139 blk_adjust += yank(old, current_block, value, regnd);
145 blk_adjust += yank_if_dead_recurse(n, orig_old, current_block, value, regnd);
151 return blk_adjust;
226 int blk_adjust = 0; local
238 blk_adjust += use_prior_register(n,k,copy,current_block,value,regnd);
246 return blk_adjust; // Onl
[all...]

Completed in 31 milliseconds