Searched refs:GetLowInterval (Results 1 – 3 of 3) sorted by relevance
213 interval->GetLowInterval()->ClearRegister(); in Split()223 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split()
562 if (current->IsHighInterval() && !current->GetLowInterval()->HasRegister()) { in LinearScan()833 DCHECK_EQ(*(pos - 1), interval->GetLowInterval()); in RemoveIntervalAndPotentialOtherHalf()982 DCHECK_EQ(existing->GetLowInterval(), current); in AllocateBlockedReg()1073 array->insert(insert_pos, { interval, interval->GetLowInterval() }); in AddSorted()1082 DCHECK(!interval->GetLowInterval()->HasRegister()); in AllocateSpillSlotFor()1083 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
822 LiveInterval* GetLowInterval() const { in GetLowInterval() function