Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dliveness_test.cc64 BitVector* live_out = liveness.GetLiveOutSet(*block); in TestCode() local
65 DumpBitVector(live_out, buffer, ssa_values, " live out: "); in TestCode()
Dssa_liveness_analysis.cc274 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveOut() local
278 if (live_out->Union(GetLiveInSet(*successor))) { in UpdateLiveOut()
287 BitVector* live_out = GetLiveOutSet(block); in UpdateLiveIn() local
293 return live_in->UnionIfNotIn(live_out, kill); in UpdateLiveIn()