Searched refs:HasSsaIndex (Results 1 – 2 of 2) sorted by relevance
212 if (current->HasSsaIndex()) { in ComputeLiveRanges()230 DCHECK(instruction->HasSsaIndex()); in ComputeLiveRanges()245 if (input->HasSsaIndex()) { in ComputeLiveRanges()255 if (current->HasSsaIndex()) { in ComputeLiveRanges()
1408 bool HasSsaIndex() const { return ssa_index_ != -1; } in HasSsaIndex() function