Lines Matching refs:first_pos_
424 first_pos_(nullptr), in LiveRange()
440 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in VerifyPositions()
490 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in FirstHintPosition()
687 first_pos_ = nullptr; in DetachAt()
689 result->first_pos_ = use_after; in DetachAt()
958 if (first_pos_ == nullptr) { in Splinter()
959 first_pos_ = end_part.first_pos_; in Splinter()
962 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()
974 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
976 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
1154 UsePosition* current = first_pos_; in AddUsePosition()
1162 use_pos->set_next(first_pos_); in AddUsePosition()
1163 first_pos_ = use_pos; in AddUsePosition()