Searched refs:last_sibling (Results 1 – 1 of 1) sorted by relevance
587 LiveInterval* last_sibling = interval; in AllocateSpillSlotFor() local588 while (last_sibling->GetNextSibling() != nullptr) { in AllocateSpillSlotFor()589 last_sibling = last_sibling->GetNextSibling(); in AllocateSpillSlotFor()591 size_t end = last_sibling->GetEnd(); in AllocateSpillSlotFor()