Searched refs:ssa_index (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dnodes.h1894 void SetSsaIndex(int ssa_index) { ssa_index_ = ssa_index; } argument
H A Dssa_liveness_analysis.cc106 int ssa_index = 0; local
127 current->SetSsaIndex(ssa_index++);
145 current->SetSsaIndex(ssa_index++);
156 number_of_ssa_values_ = ssa_index;

Completed in 68 milliseconds