Searched refs:GetLastSibling (Results 1 – 3 of 3) sorted by relevance
643 LiveInterval* interval = inputs[i]->GetLiveInterval()->GetLastSibling(); in TryAllocateFreeReg()1162 size_t end = interval->GetLastSibling()->GetEnd(); in AllocateSpillSlotFor()
2006 size_t end = parent_interval->GetLastSibling()->GetEnd(); in ColorSpillSlots()2063 DCHECK_EQ(position, parent_interval->GetLastSibling()->GetEnd()); in ColorSpillSlots()
773 LiveInterval* GetLastSibling() { in GetLastSibling() function