Searched refs:GetSsaIndex (Results 1 – 2 of 2) sorted by relevance
124 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()
2248 int GetSsaIndex() const { return ssa_index_; } in GetSsaIndex() function