Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Dup

82   LiveRange* Dup(ArenaAllocator* allocator) const {
84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator));
145 UsePosition* Dup(ArenaAllocator* allocator) const {
148 next_ == nullptr ? nullptr : next_->Dup(allocator));
769 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
774 high_or_low_interval_->first_use_ = first_use_->Dup(allocator_);
778 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);