Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc105 int ssa_index = 0; in NumberInstructions() local
126 current->SetSsaIndex(ssa_index++); in NumberInstructions()
144 current->SetSsaIndex(ssa_index++); in NumberInstructions()
155 number_of_ssa_values_ = ssa_index; in NumberInstructions()
Dnodes.h1407 void SetSsaIndex(int ssa_index) { ssa_index_ = ssa_index; } in SetSsaIndex() argument