Searched refs:GetSsaIndex (Results 1 – 2 of 2) sorted by relevance
124 live_in->SetBit(input->GetSsaIndex()); in RecursivelyProcessInputs()167 live_in->SetBit(input->GetSsaIndex()); in ComputeLiveRanges()184 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()185 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()201 live_in->SetBit(instruction->GetSsaIndex()); in ComputeLiveRanges()230 kill->SetBit(current->GetSsaIndex()); in ComputeLiveRanges()231 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()
2056 int GetSsaIndex() const { return ssa_index_; } in GetSsaIndex() function