Searched refs:HasSsaIndex (Results 1 – 2 of 2) sorted by relevance
120 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()
2250 bool HasSsaIndex() const { return ssa_index_ != -1; } in HasSsaIndex() function