Searched refs:first_interval_ (Results 1 – 2 of 2) sorted by relevance
113 UseInterval* current_interval = first_interval_; in HasOverlap()135 first_interval_(NULL), in LiveRange()252 if (current_interval_ == NULL) return first_interval_; in FirstSearchIntervalForPosition()255 return first_interval_; in FirstSearchIntervalForPosition()290 current = first_interval_; in SplitAt()312 result->first_interval_ = after; in SplitAt()381 ASSERT(first_interval_ != NULL); in ShortenTo()382 ASSERT(first_interval_->start().Value() <= start.Value()); in ShortenTo()383 ASSERT(start.Value() < first_interval_->end().Value()); in ShortenTo()384 first_interval_->set_start(start); in ShortenTo()[all …]
282 UseInterval* first_interval() const { return first_interval_; } in first_interval()390 UseInterval* first_interval_; variable