Home
last modified time | relevance | path

Searched refs:GetNext (Results 26 – 36 of 36) sorted by relevance

12

/art/compiler/optimizing/
Dnodes.h2122 HInstruction* GetNext() const { return next_; } in GetNext() function
2658 next_ = Done() ? nullptr : instruction_->GetNext(); in HInstructionIterator()
2665 next_ = Done() ? nullptr : instruction_->GetNext(); in Advance()
2687 instruction_ = instruction_->GetNext(); in Advance()
2902 if (GetNext() != nullptr && GetNext()->AsPhi()->GetRegNumber() == GetRegNumber()) { in HasEquivalentPhi()
2912 HInstruction* next = GetNext(); in GetNextEquivalentPhiWithSameType()
2917 next = next->GetNext(); in GetNextEquivalentPhiWithSameType()
Dregister_allocator_linear_scan.cc411 current_range_ = current_range_->GetNext(); in Advance()
Dloop_optimization.cc2346 HInstruction* c = s->GetNext(); in TrySetSimpleLoopHeader()
2351 HInstruction* i = c->GetNext(); in TrySetSimpleLoopHeader()
Dinduction_var_analysis.cc1158 !body->GetFirstInstruction()->GetNext()->IsGoto()) { in RewriteBreakLoop()
Dregister_allocator_graph_color.cc1228 range = range->GetNext(); in BuildInterferenceGraph()
Dcode_generator_arm64.cc3659 if (cond->IsCondition() && cond->GetNext() == select) { in VisitSelect()
5549 if (instruction->GetNext()->IsSuspendCheck() && in VisitParallelMove()
5551 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
5975 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator.cc1321 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo()
Dinliner.cc170 HInstruction* next = instruction->GetNext(); in Run()
Dcode_generator_x86_64.cc1800 cond->GetNext() == branch && in AreEflagsSetFrom()
5741 if (instruction->GetNext()->IsSuspendCheck() && in VisitParallelMove()
5743 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
5768 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_x86.cc1709 cond->GetNext() == branch && in AreEflagsSetFrom()
6370 if (instruction->GetNext()->IsSuspendCheck() && in VisitParallelMove()
6372 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
6397 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()
Dcode_generator_arm_vixl.cc1832 HInstruction* const next = instruction->GetNext(); in GetFinalLabel()
6976 if (instruction->GetNext()->IsSuspendCheck() && in VisitParallelMove()
6978 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); in VisitParallelMove()
6999 if (block->IsEntryBlock() && instruction->GetNext()->IsGoto()) { in VisitSuspendCheck()

12