Searched refs:GetPrevious (Results 1 - 15 of 15) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator_arm.cc1213 HInstruction* previous = got->GetPrevious();
H A Dcode_generator_arm64.cc2771 HInstruction* previous = got->GetPrevious();
H A Dcode_generator_mips.cc2587 HInstruction* previous = got->GetPrevious();
H A Dcode_generator_mips64.cc2206 HInstruction* previous = got->GetPrevious();
H A Dcode_generator_x86.cc1129 HInstruction* previous = got->GetPrevious();
H A Dcode_generator_x86_64.cc1230 HInstruction* previous = got->GetPrevious();
H A Dconstant_folding_test.cc338 HInstruction* inst2 = inst1->GetPrevious();
341 HInstruction* inst3 = inst2->GetPrevious();
636 HInstruction* inst2 = inst1->GetPrevious();
639 HInstruction* inst3 = inst2->GetPrevious();
642 HInstruction* inst4 = inst3->GetPrevious();
H A Dgraph_test.cc305 ASSERT_EQ(first_instruction->GetPrevious(), nullptr);
307 ASSERT_EQ(got->GetPrevious(), first_instruction);
318 ASSERT_EQ(first_instruction->GetPrevious(), nullptr);
320 ASSERT_EQ(second_instruction->GetPrevious(), first_instruction);
322 ASSERT_EQ(got->GetPrevious(), second_instruction);
H A Dinduction_var_analysis_test.cc620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
695 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
713 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious();
H A Dinliner.cc393 HInstruction* cursor = invoke_instruction->GetPrevious();
494 HInstruction* cursor = invoke_instruction->GetPrevious();
676 HInstruction* cursor = invoke_instruction->GetPrevious();
H A Dload_store_elimination.cc680 HInstruction* prev = instruction->GetPrevious();
H A Dnodes.cc488 HInstruction* suspend_check = gota->GetPrevious();
955 HInstruction* previous = GetPrevious();
957 previous = previous->GetPrevious();
1422 if (if_input == insert_pos->GetPrevious()) {
H A Dnodes.h1786 HInstruction* GetPrevious() const { return previous_; } function in class:art::HInstruction
2217 next_ = Done() ? nullptr : instruction_->GetPrevious();
2224 next_ = Done() ? nullptr : instruction_->GetPrevious();
6300 if ((GetPrevious() == instruction)
6301 || ((GetPrevious() == nullptr)
H A Dregister_allocator.cc1388 HInstruction* previous_phi = phi->GetPrevious();
1431 HInstruction* previous = user->GetPrevious();
1505 HInstruction* previous = at->GetPrevious();
1540 HInstruction* previous = last->GetPrevious();
H A Dregister_allocator_test.cc334 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor();

Completed in 182 milliseconds