Searched refs:block_infos_ (Results 1 – 2 of 2) sorted by relevance
1179 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
91 block_infos_[block->GetBlockId()] = in ComputeLiveness()