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
404 first_interval_(nullptr), in LiveRange()420 UseInterval* interval = first_interval_; in VerifyPositions()569 if (current_interval_ == nullptr) return first_interval_; in FirstSearchIntervalForPosition()572 return first_interval_; in FirstSearchIntervalForPosition()621 current = first_interval_; in DetachAt()647 result->first_interval_ = after; in DetachAt()948 last_interval_->set_next(end_part.first_interval_); in Splinter()964 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()967 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()1093 DCHECK(first_interval_ != nullptr); in ShortenTo()[all …]
313 UseInterval* first_interval() const { return first_interval_; } in NON_EXPORTED_BASE()455 UseInterval* first_interval_; in NON_EXPORTED_BASE() local