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

/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp569 uint vreg = n2lidx(n); local
570 LRG &lrg = lrgs(vreg);
571 if( vreg ) { // No vreg means un-allocable (e.g. memory)
776 uint vreg = n2lidx(n->in(k)); local
777 if( !vreg ) continue;
791 LRG &lrg = lrgs(vreg);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1046 int vreg = _virtual_register_number; local
1051 if (vreg + 20 >= LIR_OprDesc::vreg_max) {
1053 if (vreg + 2 >= LIR_OprDesc::vreg_max) {
1059 return LIR_OprFact::virtual_register(vreg, type);

Completed in 45 milliseconds