Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h131 entry_blocks_(allocator, graph_->GetBlocks().size(), false, kArenaAllocLSA), in ExcludedCohort()
145 return BlockIterRange(entry_blocks_); in EntryBlocks()
150 BlockIdFilterThunk(entry_blocks_)); in EntryBlocksReversePostOrder()
154 return entry_blocks_.IsBitSet(blk->GetBlockId()); in IsEntryBlock()
178 auto idxs = entry_blocks_.Indexes(); in SucceedsBlock()
209 ArenaBitVector entry_blocks_; variable
Dexecution_subgraph.cc311 cohort.entry_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
342 if (!entry_blocks_.IsBitSet(b->GetBlockId()) && !exit_blocks_.IsBitSet(b->GetBlockId())) { in Dump()