Searched defs:regnd (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | postaloc.cpp | 79 int PhaseChaitin::yank( Node *old, Block *current_block, Node_List *value, Node_List *regnd ) { 87 if( regnd && (*regnd)[old_reg]==old ) { // Instruction is currently available? 88 value->map(old_reg,NULL); // Yank from value/regnd maps 89 regnd->map(old_reg,NULL); // This register's value is now unknown 124 Node_List *value, Node_List *regnd) { 139 blk_adjust += yank(old, current_block, value, regnd); 145 blk_adjust += yank_if_dead_recurse(n, orig_old, current_block, value, regnd); 158 int PhaseChaitin::use_prior_register( Node *n, uint idx, Node *def, Block *current_block, Node_List &value, Node_List ®nd ) { 204 return yank_if_dead(old,current_block,&value,®nd); 123 yank_if_dead_recurse(Node *old, Node *orig_old, Block *current_block, Node_List *value, Node_List *regnd) argument 225 elide_copy( Node *n, int k, Block *current_block, Node_List &value, Node_List ®nd, bool can_change_regs ) argument 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 457 Node_List ®nd = *(free_list.is_empty() ? new Node_List() : free_list.pop()); local [all...] |
Completed in 23 milliseconds