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