Searched refs:PhaseIFG (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp44 PhaseIFG::PhaseIFG( Arena *arena ) : Phase(Interference_Graph), _arena(arena) { function in class:PhaseIFG
48 void PhaseIFG::init( uint maxlrg ) {
67 int PhaseIFG::add_edge( uint a, uint b ) {
78 void PhaseIFG::add_vector( uint a, IndexSet *vec ) {
93 int PhaseIFG::test_edge( uint a, uint b ) const {
102 void PhaseIFG::SquareUp() {
118 void PhaseIFG::Compute_Effective_Degree() {
126 int PhaseIFG::test_edge_sq( uint a, uint b ) const {
137 void PhaseIFG
[all...]
H A Dcoalesce.hpp34 class PhaseIFG;
H A DidealGraphPrinter.hpp37 class PhaseIFG;
H A Dchaitin.hpp224 class PhaseIFG : public Phase {
246 PhaseIFG( Arena *arena );
317 PhaseIFG *_ifg; // Interference graph (for original chunk)
H A DindexSet.hpp322 const class PhaseIFG *ifg,
H A DindexSet.cpp205 const PhaseIFG *ifg,
H A Dcoalesce.cpp742 static void record_bias( const PhaseIFG *ifg, int lr1, int lr2 ) {
H A Dchaitin.cpp237 PhaseIFG ifg( &live_arena );

Completed in 72 milliseconds