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