Searched refs:live_out (Results 1 – 2 of 2) sorted by relevance
65 BitVector* live_out = liveness.GetLiveOutSet(*block); in TestCode() local66 DumpBitVector(live_out, buffer, ssa_values, " live out: "); in TestCode()
348 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveOut() local352 if (live_out->Union(GetLiveInSet(*successor))) { in UpdateLiveOut()361 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveIn() local367 return live_in->UnionIfNotIn(live_out, kill); in UpdateLiveIn()