Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc120 DCHECK(input->HasSsaIndex()); in RecursivelyProcessInputs()
157 CHECK(instruction->HasSsaIndex()) << instruction->DebugName(); in ProcessEnvironment()
211 if (current->HasSsaIndex()) { in ComputeLiveRanges()
247 if (current->HasSsaIndex()) { in ComputeLiveRanges()
Dnodes.h2250 bool HasSsaIndex() const { return ssa_index_ != -1; } in HasSsaIndex() function