Lines Matching refs:GetBlockId
375 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()
376 DCHECK(result != nullptr) << "Could not find set for block B" << block->GetBlockId(); in FindSetFor()
381 DCHECK(sets_[block->GetBlockId()] != nullptr) in AbandonSetFor()
382 << "Block B" << block->GetBlockId() << " expected to have a set"; in AbandonSetFor()
383 sets_[block->GetBlockId()] = nullptr; in AbandonSetFor()
410 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (allocator_) ValueSet(allocator_); in Run()
481 sets_[block->GetBlockId()] = set; in VisitBasicBlock()
513 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
517 DCHECK(visited_blocks_.IsBitSet(block->GetBlockId())); in WillBeReferencedAgain()
520 if (!visited_blocks_.IsBitSet(dominated_block->GetBlockId())) { in WillBeReferencedAgain()
526 if (!visited_blocks_.IsBitSet(successor->GetBlockId())) { in WillBeReferencedAgain()