Searched refs:BlockInfo (Results 1 – 2 of 2) sorted by relevance
35 class BlockInfo : public ArenaObject<kArenaAllocSsaLiveness> {37 BlockInfo(ScopedArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() function56 DISALLOW_COPY_AND_ASSIGN(BlockInfo);1319 ScopedArenaVector<BlockInfo*> block_infos_;
92 new (allocator_) BlockInfo(allocator_, *block, number_of_ssa_values_); in ComputeLiveness()