Lines Matching refs:GetBlockId
376 ValueSet* result = sets_[block->GetBlockId()]; in FindSetFor()
377 DCHECK(result != nullptr) << "Could not find set for block B" << block->GetBlockId(); in FindSetFor()
382 DCHECK(sets_[block->GetBlockId()] != nullptr) in AbandonSetFor()
383 << "Block B" << block->GetBlockId() << " expected to have a set"; in AbandonSetFor()
384 sets_[block->GetBlockId()] = nullptr; in AbandonSetFor()
411 sets_[graph_->GetEntryBlock()->GetBlockId()] = new (&allocator_) ValueSet(&allocator_); in Run()
483 sets_[block->GetBlockId()] = set; in VisitBasicBlock()
521 visited_blocks_.SetBit(block->GetBlockId()); in VisitBasicBlock()
525 DCHECK(visited_blocks_.IsBitSet(block->GetBlockId())); in WillBeReferencedAgain()
528 if (!visited_blocks_.IsBitSet(dominated_block->GetBlockId())) { in WillBeReferencedAgain()
534 if (!visited_blocks_.IsBitSet(successor->GetBlockId())) { in WillBeReferencedAgain()