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

/art/compiler/optimizing/
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)

Completed in 66 milliseconds