Searched refs:GetPrevious (Results 1 – 22 of 22) sorted by relevance
293 ASSERT_EQ(first_instruction->GetPrevious(), nullptr); in TEST_F()295 ASSERT_EQ(got->GetPrevious(), first_instruction); in TEST_F()306 ASSERT_EQ(first_instruction->GetPrevious(), nullptr); in TEST_F()308 ASSERT_EQ(second_instruction->GetPrevious(), first_instruction); in TEST_F()310 ASSERT_EQ(got->GetPrevious(), second_instruction); in TEST_F()
333 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()336 HInstruction* inst3 = inst2->GetPrevious(); in TEST_F()631 HInstruction* inst2 = inst1->GetPrevious(); in TEST_F()634 HInstruction* inst3 = inst2->GetPrevious(); in TEST_F()637 HInstruction* inst4 = inst3->GetPrevious(); in TEST_F()
153 instruction = flag->GetPrevious(); in OptimizeWithDominatingGuard()169 instruction = instruction->GetPrevious(); in OptimizeWithDominatingGuard()
57 if (last->GetPrevious() == nullptr) { in UncommonBranchSinking()62 last = last->GetPrevious(); in UncommonBranchSinking()318 if (if_input == insert_pos->GetPrevious()) { in FindIdealPosition()
1218 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()1244 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()1270 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()1296 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()1321 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()1346 HInstruction* ifs = loop_header_[0]->GetLastInstruction()->GetPrevious(); in TEST_F()
532 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor()606 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt()641 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf()
61 VisitBoundType(next->GetPrevious()->AsBoundType()); in VisitNullCheck()
237 inner_if_block->GetLastInstruction()->GetPrevious() != in TryFixupDoubleDiamondPattern()
542 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineFromCHA()811 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall()984 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall()1183 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget()
45 if (instruction->IsGoto() && instruction->GetPrevious() != nullptr) { in IsAllowedToJumpToExitBlock()46 instruction = instruction->GetPrevious(); in IsAllowedToJumpToExitBlock()
667 cursor_ = cursor_->GetPrevious(); in Schedule()
180 for (HInstruction* m = cond->GetPrevious(); m && !m->IsSuspendCheck();) { in RewriteBreakLoopBody()181 HInstruction* p = m->GetPrevious(); in RewriteBreakLoopBody()1257 if (ifs->GetPrevious() != cond || !cond->HasOnlyOneNonEnvironmentUse()) { in RewriteBreakLoop()
858 HInstruction* suspend_check = gota->GetPrevious(); in InsertConstant()1416 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves()1418 previous = previous->GetPrevious(); in GetPreviousDisregardingMoves()1764 HInstruction* new_instance_inst = GetPrevious(); in GetAssociatedAllocation()2152 if (if_input == insert_pos->GetPrevious()) { in MoveBeforeFirstUserAndOutOfLoops()
286 block->GetLastInstruction()->GetPrevious() == throwing_invoke) { in SimplifyAlwaysThrows()
370 HXor* last_xor = graph->GetBlocks()[1]->GetLastInstruction()->GetPrevious()->AsXor(); in TEST_F()
1210 HInstruction* previous_phi = phi->GetPrevious(); in AllocateSpillSlotForCatchPhi()
2270 HInstruction* GetPrevious() const { return previous_; } in GetPrevious() function2887 next_ = Done() ? nullptr : instruction_->GetPrevious();2894 next_ = Done() ? nullptr : instruction_->GetPrevious();3172 if (GetPrevious() != nullptr && GetPrevious()->AsPhi()->GetRegNumber() == GetRegNumber()) {8458 if ((GetPrevious() == instruction)8459 || ((GetPrevious() == nullptr)
1051 HInstruction* previous_phi = phi->GetPrevious(); in AllocateSpillSlotForCatchPhi()
3673 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()3678 HInstruction* previous = got->GetPrevious(); in HandleGoto()
1967 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()1972 HInstruction* previous = got->GetPrevious(); in HandleGoto()
1823 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()1828 HInstruction* previous = got->GetPrevious(); in HandleGoto()
2782 DCHECK(got->GetPrevious()->AlwaysThrows()); in HandleGoto()2787 HInstruction* previous = got->GetPrevious(); in HandleGoto()