Searched refs:GetFirstInstruction (Results 1 - 16 of 16) sorted by last modified time

/art/compiler/optimizing/
H A Dconstant_folding_test.cc134 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
195 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
256 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
335 HInstruction* inst1 = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
406 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
469 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
533 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
633 HInstruction* inst1 = graph->GetBlocks()[4]->GetFirstInstruction()->InputAt(0);
718 HInstruction* inst = graph->GetBlocks()[1]->GetFirstInstruction()->InputAt(0);
H A Ddex_cache_array_fixups_arm.cc90 entry_block->InsertInstructionBefore(base, entry_block->GetFirstInstruction());
H A Dgraph_checker.cc307 } else if (load->GetBlock()->GetFirstInstruction() != load) {
H A Dgraph_test.cc302 ASSERT_EQ(block->GetFirstInstruction(), first_instruction);
315 ASSERT_EQ(block->GetFirstInstruction(), first_instruction);
H A Dgvn.cc483 HInstruction* current = block->GetFirstInstruction();
H A Dgvn_test.cc191 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto());
192 ASSERT_TRUE(else_->GetFirstInstruction()->IsGoto());
193 ASSERT_TRUE(join->GetFirstInstruction()->IsExit());
426 outer_loop_body->RemoveInstruction(outer_loop_body->GetFirstInstruction());
H A Dinliner.cc82 for (HInstruction* instruction = block->GetFirstInstruction(); instruction != nullptr;) {
450 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
712 bb_cursor->InsertInstructionBefore(receiver_class, bb_cursor->GetFirstInstruction());
H A Dinstruction_builder.cc198 current_block_->InsertInstructionBefore(instruction, current_block_->GetFirstInstruction());
253 DCHECK(block->GetFirstInstruction()->IsSuspendCheck());
254 return block->GetFirstInstruction() != block->GetLastInstruction();
H A Dnodes.cc204 HInstruction* instruction = GetFirstInstruction();
371 HInstruction* first_instruction = header->GetFirstInstruction();
439 block->GetFirstInstruction() != nullptr &&
440 block->GetFirstInstruction()->IsSuspendCheck()) {
443 block->RemoveInstruction(block->GetFirstInstruction());
527 if (entry_block_->GetFirstInstruction() == nullptr) {
531 cached_current_method_, entry_block_->GetFirstInstruction());
1565 && block.GetFirstInstruction() == block.GetLastInstruction();
H A Dnodes.h903 HInstruction* GetFirstInstruction() const { return instructions_.first_instruction_; } function in class:art::HBasicBlock
H A Dpc_relative_fixups_x86.cc166 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction());
H A Dreference_type_propagation.cc278 HInstruction* insert_point = notNullBlock->GetFirstInstruction();
418 HInstruction* insert_point = instanceOfTrueBlock->GetFirstInstruction();
H A Dregister_allocator.cc1473 at = at->GetBlock()->GetFirstInstruction();
1563 HInstruction* first = block->GetFirstInstruction();
H A Dregister_allocator_test.cc333 HXor* first_xor = graph->GetBlocks()[1]->GetFirstInstruction()->AsXor();
414 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval();
420 graph->GetEntryBlock()->GetFirstInstruction());
H A Dselect_generator.cc99 true_block->MoveInstructionBefore(true_block->GetFirstInstruction(), if_instruction);
102 false_block->MoveInstructionBefore(false_block->GetFirstInstruction(), if_instruction);
H A Dsuspend_check_test.cc39 ASSERT_TRUE(loop_header->GetFirstInstruction()->IsSuspendCheck());

Completed in 72 milliseconds