Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h40 live_out_(allocator, number_of_ssa_values, false, kArenaAllocSsaLiveness), in BlockInfo()
44 live_out_.ClearAllBits(); in BlockInfo()
51 ArenaBitVector live_out_; variable
1194 return &block_infos_[block.GetBlockId()]->live_out_; in GetLiveOutSet()