Searched refs:blocks_ (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
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 | 50 block->SetBlockId(blocks_.size()); in AddBlock() 51 blocks_.push_back(block); in AddBlock() 62 &allocator, blocks_.size(), /* expandable= */ false, kArenaAllocGraphBuilder); in FindBackEdges() 65 ScopedArenaVector<size_t> successors_visited(blocks_.size(), in FindBackEdges() 145 for (size_t i = 0; i < blocks_.size(); ++i) { in RemoveInstructionsAsUsersFromDeadBlocks() 147 HBasicBlock* block = blocks_[i]; in RemoveInstructionsAsUsersFromDeadBlocks() 160 for (size_t i = 0; i < blocks_.size(); ++i) { in RemoveDeadBlocks() 162 HBasicBlock* block = blocks_[i]; in RemoveDeadBlocks() 170 blocks_[i] = nullptr; in RemoveDeadBlocks() 185 ArenaBitVector visited(&allocator, blocks_.size(), false, kArenaAllocGraphBuilder); in BuildDominatorTree() [all …]
|
D | nodes.h | 387 blocks_(allocator->Adapter(kArenaAllocBlockList)), in allocator_() 420 blocks_.reserve(kDefaultNumberOfBlocks); in allocator_() 428 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks() 736 ArenaVector<HBasicBlock*> blocks_; variable 866 blocks_(graph->GetAllocator(), in HLoopInformation() 938 const ArenaBitVector& GetBlocks() const { return blocks_; } in GetBlocks() 944 blocks_.ClearAllBits(); in ClearAllBlocks() 950 return blocks_.GetHighestBitSet() != -1; in IsPopulated() 973 ArenaBitVector blocks_; variable 8047 blocks_(info.GetHeader()->GetGraph()->GetBlocks()), in HBlocksInLoopIterator() [all …]
|