Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h35 live_out_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
39 live_out_.ClearAllBits(); in BlockInfo()
46 ArenaBitVector live_out_; variable
1167 return &block_infos_[block.GetBlockId()]->live_out_; in GetLiveOutSet()