Home | History | Annotate | Download | only in src

Lines Matching refs:tail_

281   while (tail_ != NULL && tail_->value()->CheckFlag(HValue::kIsDead)) {
282 tail_ = tail_->tail_;
284 return tail_;