Searched refs:blocks_ (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | execution_subgraph.h | 133 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
|
D | optimizing_cfi_test.cc | 48 blocks_(GetAllocator()->Adapter()) {} in OptimizingCFITest() 83 code_gen_->block_order_ = &blocks_; in SetUpFrame() 144 ArenaVector<HBasicBlock*> blocks_; member in art::OptimizingCFITest
|
D | nodes.cc | 59 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 …]
|
D | execution_subgraph.cc | 291 cohort.blocks_.SetBit(cur->GetBlockId()); in RecalculateExcludedCohort() 303 DCHECK(cohort.blocks_.IsAnyBitSet()); in RecalculateExcludedCohort() 305 return !cohort.blocks_.IsBitSet(ext->GetBlockId()); in RecalculateExcludedCohort()
|
D | nodes.h | 390 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 …]
|