Searched refs:live_in (Results 1 – 2 of 2) sorted by relevance
184 BitVector* live_in = GetLiveInSet(*block); in ComputeLiveRanges() local190 live_in->Union(GetLiveInSet(*successor)); in ComputeLiveRanges()198 live_in->SetBit(input->GetSsaIndex()); in ComputeLiveRanges()204 for (uint32_t idx : live_in->Indexes()) { in ComputeLiveRanges()215 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()231 live_in->SetBit(instruction->GetSsaIndex()); in ComputeLiveRanges()246 live_in->SetBit(input->GetSsaIndex()); in ComputeLiveRanges()257 live_in->ClearBit(current->GetSsaIndex()); in ComputeLiveRanges()269 for (uint32_t idx : live_in->Indexes()) { in ComputeLiveRanges()312 BitVector* live_in = GetLiveInSet(block); in UpdateLiveIn() local[all …]
68 BitVector* live_in = liveness.GetLiveInSet(*block); in TestCode() local69 DumpBitVector(live_in, buffer, ssa_values, " live in: "); in TestCode()