Searched refs:effective_degree (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp122 lrgs(i).set_degree(effective_degree(i));
201 //------------------------------effective_degree-------------------------------
207 int PhaseIFG::effective_degree( uint lidx ) const { function in class:PhaseIFG
299 effective_degree(i) == lrgs(i).degree(), "degree is valid but wrong" );
H A Dchaitin.hpp290 int effective_degree( uint lidx ) const;
H A Dcoalesce.cpp877 lrgs(lr1).set_degree( _phc._ifg->effective_degree(lr1) );
H A Dchaitin.cpp982 assert( _ifg->effective_degree(neighbor) == n->degree(), "" );
1042 assert( _ifg->effective_degree(neighbor) == n->degree(), "" );

Completed in 42 milliseconds