Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h1180 block_infos_(graph->GetBlocks().size(), in SsaLivenessAnalysis()
1191 return &block_infos_[block.GetBlockId()]->live_in_; in GetLiveInSet()
1195 return &block_infos_[block.GetBlockId()]->live_out_; in GetLiveOutSet()
1199 return &block_infos_[block.GetBlockId()]->kill_; in GetKillSet()
1320 ScopedArenaVector<BlockInfo*> block_infos_; variable
Dssa_liveness_analysis.cc91 block_infos_[block->GetBlockId()] = in ComputeLiveness()