Lines Matching refs:GetBlockId
364 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()
365 DCHECK(result != nullptr) << "Could not find set for block B" << block->GetBlockId(); in FindSetFor()
370 DCHECK(sets_[block->GetBlockId()] != nullptr) in AbandonSetFor()
371 << "Block B" << block->GetBlockId() << " expected to have a set"; in AbandonSetFor()
372 sets_[block->GetBlockId()] = nullptr; in AbandonSetFor()
399 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
471 sets_[block->GetBlockId()] = set; in VisitBasicBlock()
506 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
510 DCHECK(visited_blocks_.IsBitSet(block->GetBlockId())); in WillBeReferencedAgain()
513 if (!visited_blocks_.IsBitSet(dominated_block->GetBlockId())) { in WillBeReferencedAgain()
519 if (!visited_blocks_.IsBitSet(successor->GetBlockId())) { in WillBeReferencedAgain()