Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h35 class BlockInfo : public ArenaObject<kArenaAllocSsaLiveness> {
37 BlockInfo(ScopedArenaAllocator* allocator, const HBasicBlock& block, size_t number_of_ssa_values) in BlockInfo() function
56 DISALLOW_COPY_AND_ASSIGN(BlockInfo);
1319 ScopedArenaVector<BlockInfo*> block_infos_;
Dssa_liveness_analysis.cc92 new (allocator_) BlockInfo(allocator_, *block, number_of_ssa_values_); in ComputeLiveness()