Home | History | Annotate | Download | only in src

Lines Matching refs:use_list_

555         use_list_(NULL),
579 HUseIterator uses() const { return HUseIterator(use_list_); }
665 bool HasNoUses() const { return use_list_ == NULL; }
667 return use_list_ != NULL && use_list_->tail() != NULL;
911 HUseListNode* use_list_;