Home | History | Annotate | Download | only in optimizing

Lines Matching defs:tail_

464       : user_(user), index_(index), tail_(tail) {}
466 HUseListNode* GetTail() const { return tail_; }
470 void SetTail(HUseListNode<T>* node) { tail_ = node; }
475 HUseListNode<T>* tail_;