Searched refs:new_interval (Results 1 – 3 of 3) sorted by relevance
217 LiveInterval* new_interval = interval->SplitAt(position); in Split() local220 new_interval->SetHighInterval(high); in Split()221 high->SetLowInterval(new_interval); in Split()224 new_interval->SetLowInterval(low); in Split()225 low->SetHighInterval(new_interval); in Split()227 return new_interval; in Split()
664 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt() local667 new_interval->first_safepoint_ = first_safepoint_; in SplitAt()668 new_interval->last_safepoint_ = last_safepoint_; in SplitAt()671 new_interval->last_safepoint_ = last_safepoint_; in SplitAt()672 new_interval->first_safepoint_ = new_last_safepoint->GetNext(); in SplitAt()673 DCHECK(new_interval->first_safepoint_ != nullptr); in SplitAt()678 new_interval->next_sibling_ = next_sibling_; in SplitAt()679 next_sibling_ = new_interval; in SplitAt()680 new_interval->parent_ = parent_; in SplitAt()697 new_interval->last_range_ = last_range_; in SplitAt()[all …]
384 LiveInterval* new_interval = interval->SplitAt(last_xor->GetLifetimePosition() - 1); in TEST_F() local388 ASSERT_EQ(new_interval->FirstRegisterUse(), last_xor->GetLifetimePosition()); in TEST_F()