Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc212 if (current->HasSsaIndex()) { in ComputeLiveRanges()
230 DCHECK(instruction->HasSsaIndex()); in ComputeLiveRanges()
245 if (input->HasSsaIndex()) { in ComputeLiveRanges()
255 if (current->HasSsaIndex()) { in ComputeLiveRanges()
Dnodes.h1408 bool HasSsaIndex() const { return ssa_index_ != -1; } in HasSsaIndex() function