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

/openjdk7/hotspot/src/share/vm/opto/
H A Dpostaloc.cpp34 OptoReg::Name nreg = OptoReg::add(reg,-i); local
35 if (value[nreg] != val)
334 // Check if nreg already contains the constant value val. Normal copy
342 OptoReg::Name nreg, OptoReg::Name nreg2) {
343 if (value[nreg] != val && val->is_Con() &&
344 value[nreg] != NULL && value[nreg]->is_Con() &&
345 (nreg2 == OptoReg::Bad || value[nreg] == value[nreg2]) &&
346 value[nreg]->bottom_type() == val->bottom_type() &&
347 value[nreg]
339 eliminate_copy_of_constant(Node* val, Node* n, Block *current_block, Node_List& value, Node_List& regnd, OptoReg::Name nreg, OptoReg::Name nreg2) argument
601 OptoReg::Name nreg = lrgs(lidx).reg(); local
[all...]
H A Dchaitin.cpp1297 OptoReg::Name nreg = nlrg.reg(); local
1299 if( nreg >= chunk && nreg < chunk + RegMask::CHUNK_SIZE ) {

Completed in 83 milliseconds