Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn.cc346 sets_(graph->GetBlocks().size(), nullptr, allocator_.Adapter(kArenaAllocGvn)), in GlobalValueNumberer()
364 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()
370 DCHECK(sets_[block->GetBlockId()] != nullptr) in AbandonSetFor()
372 sets_[block->GetBlockId()] = nullptr; in AbandonSetFor()
388 ScopedArenaVector<ValueSet*> sets_; member in art::GlobalValueNumberer
399 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
471 sets_[block->GetBlockId()] = set; in VisitBasicBlock()
532 ValueSet* current_set = sets_[block_id]; in FindVisitedBlockWithRecyclableSet()