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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp50 //------------------------------LRG--------------------------------------------
52 class LRG : public ResourceObj { class in inherits:ResourceObj
55 enum { SPILL_REG=29999 }; // Register number of a spilled LRG
67 uint _risk_bias; // Index of LRG which we want to avoid color
68 uint _copy_bias; // Index of LRG which we want to share color
70 uint _next; // Index of next LRG in linked list
71 uint _prev; // Index of prev LRG in linked list
75 // Return chosen register for this LRG. Error if the LRG is not bound to
92 int compute_degree( LRG
[all...]

Completed in 29 milliseconds