Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc371 Location phi_location = user->GetLiveInterval()->ToLocation(); in FindFirstRegisterHint() local
372 if (phi_location.IsRegisterKind()) { in FindFirstRegisterHint()
373 DCHECK(SameRegisterKind(phi_location)); in FindFirstRegisterHint()
374 int reg = RegisterOrLowRegister(phi_location); in FindFirstRegisterHint()