Searched refs:GetPrevious (Results 1 – 15 of 15) sorted by relevance
305 ASSERT_EQ(first_instruction->GetPrevious(), nullptr); in TEST()307 ASSERT_EQ(got->GetPrevious(), first_instruction); in TEST()318 ASSERT_EQ(first_instruction->GetPrevious(), nullptr); in TEST()320 ASSERT_EQ(second_instruction->GetPrevious(), first_instruction); in TEST()322 ASSERT_EQ(got->GetPrevious(), second_instruction); in TEST()
338 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()341 HInstruction* inst3 = inst2->GetPrevious(); in TEST_F()636 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()639 HInstruction* inst3 = inst2->GetPrevious(); in TEST_F()642 HInstruction* inst4 = inst3->GetPrevious(); in TEST_F()
620 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()639 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()657 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()677 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()695 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()713 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()
393 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall()494 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall()676 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget()
1388 HInstruction* previous_phi = phi->GetPrevious(); in AllocateSpillSlotForCatchPhi()1431 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor()1505 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt()1540 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf()
488 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()955 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves()957 previous = previous->GetPrevious(); in GetPreviousDisregardingMoves()1422 if (if_input == insert_pos->GetPrevious()) { in MoveBeforeFirstUserAndOutOfLoops()
680 HInstruction* prev = instruction->GetPrevious(); in TryRemovingNullCheck()
334 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor(); in TEST_F()
1786 HInstruction* GetPrevious() const { return previous_; } in GetPrevious() function2217 next_ = Done() ? nullptr : instruction_->GetPrevious(); in HBackwardInstructionIterator()2224 next_ = Done() ? nullptr : instruction_->GetPrevious(); in Advance()6300 if ((GetPrevious() == instruction) in AddMove()6301 || ((GetPrevious() == nullptr) in AddMove()
2206 HInstruction* previous = got->GetPrevious(); in HandleGoto()
2771 HInstruction* previous = got->GetPrevious(); in HandleGoto()
2587 HInstruction* previous = got->GetPrevious(); in HandleGoto()
1230 HInstruction* previous = got->GetPrevious(); in HandleGoto()
1213 HInstruction* previous = got->GetPrevious(); in HandleGoto()
1129 HInstruction* previous = got->GetPrevious(); in HandleGoto()