Searched defs:GetPrevious (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h900 HUseListNode* GetPrevious() const { return prev_; } function in class:art::HUseListNode
1315 HInstruction* GetPrevious() const { return previous_; } function in class:art::HInstruction
1623 next_ = Done() ? nullptr : instruction_->GetPrevious();
1630 next_ = Done() ? nullptr : instruction_->GetPrevious();
3377 DCHECK(GetPrevious() != nullptr);
3378 return GetPrevious()->GetType();
3912 if ((GetPrevious() == instruction)
3913 || ((GetPrevious() == nullptr)

Completed in 36 milliseconds