Searched refs:last_sibling (Results 1 – 1 of 1) sorted by relevance
1222 LiveInterval* last_sibling = interval; in AllocateSpillSlotFor() local1223 while (last_sibling->GetNextSibling() != nullptr) { in AllocateSpillSlotFor()1224 last_sibling = last_sibling->GetNextSibling(); in AllocateSpillSlotFor()1226 size_t end = last_sibling->GetEnd(); in AllocateSpillSlotFor()