Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h1317 int GetSSAUseCount(int s_reg);
Dmir_optimization.cc244 int MIRGraph::GetSSAUseCount(int s_reg) { in GetSSAUseCount() function in art::MIRGraph
552 (GetSSAUseCount(mir->ssa_rep->defs[0]) == 1)) { in BasicBlockOpt()