Searched refs:GetLowInterval (Results 1 – 2 of 2) sorted by relevance
680 if (current->IsHighInterval() && !current->GetLowInterval()->HasRegister()) { in LinearScan()950 DCHECK_EQ(*(pos - 1), interval->GetLowInterval()); in RemoveIntervalAndPotentialOtherHalf()1099 DCHECK_EQ(existing->GetLowInterval(), current); in AllocateBlockedReg()1195 array->insert(insert_pos, { interval, interval->GetLowInterval() }); in AddSorted()1269 interval->GetLowInterval()->ClearRegister(); in Split()1279 LiveInterval* low = interval->GetLowInterval()->SplitAt(position); in Split()1290 DCHECK(!interval->GetLowInterval()->HasRegister()); in AllocateSpillSlotFor()1291 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
746 LiveInterval* GetLowInterval() const { in GetLowInterval() function