Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc162 if (current->IsUsingInputRegister() && current->CanUseInputRegister()) { in ValidateIntervals()
Dssa_liveness_analysis.h904 bool CanUseInputRegister() const { in CanUseInputRegister() function