Searched refs:live_out (Results 1 - 2 of 2) sorted by path

/art/compiler/optimizing/
H A Dliveness_test.cc70 BitVector* live_out = liveness.GetLiveOutSet(*block); local
71 DumpBitVector(live_out, buffer, ssa_values, " live out: ");
H A Dssa_liveness_analysis.cc166 // Compute the live ranges, as well as the initial live_in, live_out, and kill sets.
168 // and live_out sets are not yet correct.
172 // that will update live_in of loop headers, and therefore live_out and live_in
286 // change in this loop), and the live_out set. If the live_out
296 BitVector* live_out = GetLiveOutSet(block); local
298 // The live_out set of a block is the union of live_in sets of its successors.
301 if (live_out->Union(GetLiveInSet(*successor))) {
310 BitVector* live_out = GetLiveOutSet(block); local
313 // If live_out i
[all...]

Completed in 86 milliseconds