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), in BlockInfo()
39 live_out_.ClearAllBits(); in BlockInfo()
46 ArenaBitVector live_out_; variable
1112 return &block_infos_.Get(block.GetBlockId())->live_out_; in GetLiveOutSet()