Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc57 current->SetSsaIndex(ssa_index++); in NumberInstructions()
75 current->SetSsaIndex(ssa_index++); in NumberInstructions()
H A Dnodes.h2421 void SetSsaIndex(int ssa_index) { ssa_index_ = ssa_index; } in SetSsaIndex() function