Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc361 sets_(graph->GetBlocks().size(), nullptr, allocator_.Adapter(kArenaAllocGvn)), in GlobalValueNumberer()
379 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()
385 DCHECK(sets_[block->GetBlockId()] != nullptr) in AbandonSetFor()
387 sets_[block->GetBlockId()] = nullptr; in AbandonSetFor()
403 ScopedArenaVector<ValueSet*> sets_; member in art::GlobalValueNumberer
414 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
486 sets_[block->GetBlockId()] = set; in VisitBasicBlock()
550 ValueSet* current_set = sets_[block_id]; in FindVisitedBlockWithRecyclableSet()