HomeSort by relevance Sort by last modified time
    Searched full:phi_location (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.cc 422 Location phi_location = user->GetLiveInterval()->ToLocation(); local
423 if (phi_location.IsRegisterKind()) {
424 DCHECK(SameRegisterKind(phi_location));
425 int reg = RegisterOrLowRegister(phi_location);

Completed in 1072 milliseconds