Lines Matching full:sibling
1932 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart());1933 // `GetSiblingAt` returns the sibling that contains a position, but there could be1936 if ((sibling != nullptr) && sibling->CoversSlow(block->GetLifetimeStart())) {1937 DCHECK(!sibling->HasRegister());