Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h132 exit_blocks_(allocator, graph_->GetBlocks().size(), false, kArenaAllocLSA), in ExcludedCohort()
160 return BlockIterRange(exit_blocks_); in ExitBlocks()
191 auto idxs = exit_blocks_.Indexes(); in PrecedesBlock()
210 ArenaBitVector exit_blocks_; variable
Dexecution_subgraph.cc314 cohort.exit_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
342 if (!entry_blocks_.IsBitSet(b->GetBlockId()) && !exit_blocks_.IsBitSet(b->GetBlockId())) { in Dump()