Searched refs:ssa_index (Results 1 – 2 of 2) sorted by relevance
93 int ssa_index = 0; in NumberInstructions() local114 current->SetSsaIndex(ssa_index++); in NumberInstructions()131 current->SetSsaIndex(ssa_index++); in NumberInstructions()142 number_of_ssa_values_ = ssa_index; in NumberInstructions()
549 void SetSsaIndex(int ssa_index) { ssa_index_ = ssa_index; } in SetSsaIndex() argument