Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc124 live_in->SetBit(input->GetSsaIndex()); in RecursivelyProcessInputs()
158 live_in->SetBit(instruction->GetSsaIndex()); in ProcessEnvironment()
196 live_in->SetBit(input->GetSsaIndex()); in ComputeLiveRanges()
213 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()
214 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
248 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()
249 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
Dnodes.h2304 int GetSsaIndex() const { return ssa_index_; } in GetSsaIndex() function