Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h1179 block_infos_(graph->GetBlocks().size(), in SsaLivenessAnalysis()
1190 return &block_infos_[block.GetBlockId()]->live_in_; in GetLiveInSet()
1194 return &block_infos_[block.GetBlockId()]->live_out_; in GetLiveOutSet()
1198 return &block_infos_[block.GetBlockId()]->kill_; in GetKillSet()
1319 ScopedArenaVector<BlockInfo*> block_infos_; variable
Dssa_liveness_analysis.cc91 block_infos_[block->GetBlockId()] = in ComputeLiveness()