Lines Matching refs:first_pos_
268 first_pos_(nullptr), in LiveRange()
287 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in VerifyPositions()
338 for (UsePosition* pos = first_pos_; pos != nullptr; pos = pos->next()) { in FirstHintPosition()
535 first_pos_ = nullptr; in DetachAt()
537 result->first_pos_ = use_after; in DetachAt()
864 if (first_pos_ == nullptr) { in Splinter()
865 first_pos_ = end_part.first_pos_; in Splinter()
868 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()
880 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
882 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
1060 UsePosition* current = first_pos_; in AddUsePosition()
1068 use_pos->set_next(first_pos_); in AddUsePosition()
1069 first_pos_ = use_pos; in AddUsePosition()