Searched refs:phi_location (Results 1 – 1 of 1) sorted by relevance
371 Location phi_location = user->GetLiveInterval()->ToLocation(); in FindFirstRegisterHint() local372 if (phi_location.IsRegisterKind()) { in FindFirstRegisterHint()373 DCHECK(SameRegisterKind(phi_location)); in FindFirstRegisterHint()374 int reg = RegisterOrLowRegister(phi_location); in FindFirstRegisterHint()