Home | History | Annotate | Download | only in optimizing

Lines Matching full:getlastinstruction

1376       if (loop->GetPreHeader()->GetLastInstruction()->IsTryBoundary()) {
1475 HInstruction* control = loop->GetHeader()->GetLastInstruction();
1522 block->InsertInstructionBefore(condition, block->GetLastInstruction());
1525 block->InsertInstructionBefore(deoptimize, block->GetLastInstruction());
1546 instruction->MoveBefore(block->GetLastInstruction());
1609 induction_range_.GenerateTakenTest(header->GetLastInstruction(),
1614 if_block->RemoveInstruction(if_block->GetLastInstruction());