Searched refs:first_interval_ (Results 1 – 4 of 4) sorted by relevance
85 UseInterval* current_interval = first_interval_; in HasOverlap()107 first_interval_(NULL), in LiveRange()229 if (current_interval_ == NULL) return first_interval_; in FirstSearchIntervalForPosition()232 return first_interval_; in FirstSearchIntervalForPosition()267 current = first_interval_; in SplitAt()289 result->first_interval_ = after; in SplitAt()359 DCHECK(first_interval_ != NULL); in ShortenTo()360 DCHECK(first_interval_->start().Value() <= start.Value()); in ShortenTo()361 DCHECK(start.Value() < first_interval_->end().Value()); in ShortenTo()362 first_interval_->set_start(start); in ShortenTo()[all …]
196 UseInterval* first_interval() const { return first_interval_; } in first_interval()311 UseInterval* first_interval_; variable
423 first_interval_(nullptr), in LiveRange()439 UseInterval* interval = first_interval_; in VerifyPositions()582 if (current_interval_ == nullptr) return first_interval_; in FirstSearchIntervalForPosition()585 return first_interval_; in FirstSearchIntervalForPosition()632 current = first_interval_; in DetachAt()658 result->first_interval_ = after; in DetachAt()951 last_interval_->set_next(end_part.first_interval_); in Splinter()967 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()970 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()1094 DCHECK(first_interval_ != nullptr); in ShortenTo()[all …]
309 UseInterval* first_interval() const { return first_interval_; } in first_interval()442 UseInterval* first_interval_; variable