Home
last modified time | relevance | path

Searched refs:blocks_ (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dexecution_subgraph.h133 blocks_(allocator, graph_->GetBlocks().size(), false, kArenaAllocLSA) {} in ExcludedCohort()
139 return BlockIterRange(blocks_); in Blocks()
164 return blocks_.Equal(&other.blocks_);
168 return blocks_.IsBitSet(blk->GetBlockId()); in ContainsBlock()
211 ArenaBitVector blocks_; variable
Doptimizing_cfi_test.cc48 blocks_(GetAllocator()->Adapter()) {} in OptimizingCFITest()
83 code_gen_->block_order_ = &blocks_; in SetUpFrame()
144 ArenaVector<HBasicBlock*> blocks_; member in art::OptimizingCFITest
Dnodes.cc59 block->SetBlockId(blocks_.size()); in AddBlock()
60 blocks_.push_back(block); in AddBlock()
71 &allocator, blocks_.size(), /* expandable= */ false, kArenaAllocGraphBuilder); in FindBackEdges()
74 ScopedArenaVector<size_t> successors_visited(blocks_.size(), in FindBackEdges()
154 for (size_t i = 0; i < blocks_.size(); ++i) { in RemoveInstructionsAsUsersFromDeadBlocks()
156 HBasicBlock* block = blocks_[i]; in RemoveInstructionsAsUsersFromDeadBlocks()
169 for (size_t i = 0; i < blocks_.size(); ++i) { in RemoveDeadBlocks()
171 HBasicBlock* block = blocks_[i]; in RemoveDeadBlocks()
179 blocks_[i] = nullptr; in RemoveDeadBlocks()
194 ArenaBitVector visited(&allocator, blocks_.size(), false, kArenaAllocGraphBuilder); in BuildDominatorTree()
[all …]
Dexecution_subgraph.cc288 cohort.blocks_.SetBit(cur->GetBlockId()); in RecalculateExcludedCohort()
300 DCHECK(cohort.blocks_.IsAnyBitSet()); in RecalculateExcludedCohort()
302 return !cohort.blocks_.IsBitSet(ext->GetBlockId()); in RecalculateExcludedCohort()
Dnodes.h390 blocks_(allocator->Adapter(kArenaAllocBlockList)), in allocator_()
425 blocks_.reserve(kDefaultNumberOfBlocks); in allocator_()
436 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks()
760 ArenaVector<HBasicBlock*> blocks_; variable
902 blocks_(graph->GetAllocator(), in HLoopInformation()
974 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks()
980 blocks_.ClearAllBits(); in ClearAllBlocks()
986 return blocks_.GetHighestBitSet() != -1; in IsPopulated()
1009 ArenaBitVector blocks_; variable
8415 blocks_(info.GetHeader()->GetGraph()->GetBlocks()),
[all …]