Home
last modified time | relevance | path

Searched refs:phi_location (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc389 Location phi_location = user->GetLiveInterval()->ToLocation(); in FindFirstRegisterHint() local
390 if (phi_location.IsRegisterKind()) { in FindFirstRegisterHint()
391 DCHECK(SameRegisterKind(phi_location)); in FindFirstRegisterHint()
392 int reg = RegisterOrLowRegister(phi_location); in FindFirstRegisterHint()