Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetPrevious

498   HInstruction* GetPrevious() const { return previous_; }
712 next_ = Done() ? nullptr : instruction_->GetPrevious();
719 next_ = Done() ? nullptr : instruction_->GetPrevious();