Searched refs:UpdateLocal (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | builder.cc | 445 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Unop_12x() 454 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Conversion_12x() 462 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_23x() 472 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_23x() 481 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_23x_shift() 491 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_23x_cmp() 499 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_12x() 507 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_12x_shift() 517 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_12x() 528 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_22s() [all …]
|
D | builder.h | 102 void UpdateLocal(int register_index, HInstruction* instruction) const;
|