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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp403 //------------------------------is_high_pressure-------------------------------
406 bool PhaseChaitin::is_high_pressure( Block *b, LRG *lrg, uint insidx ) { function in class:PhaseChaitin
677 if( is_high_pressure( b, &lrgs(lidx), b->end_idx()) && !prompt_use(b,lidx) )
793 if( is_high_pressure( b, &lrgs(lidx), insidx ) &&
1102 if( is_high_pressure( b, &lrgs(useidx), insidx ) ) {
1157 (defup && is_high_pressure(b,&deflrg,insidx))) ) {
H A Dchaitin.hpp361 bool is_high_pressure( Block *b, LRG *lrg, uint insidx );

Completed in 36 milliseconds