Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h863 uint32_t GetRawUseCount(int sreg) const { in GetRawUseCount() function
Dmir_optimization.cc2020 (GetRawUseCount(mir->ssa_rep->defs[0]) == 1) && (mir->next != nullptr)) { in MultiplyAddOpt()