Lines Matching refs:GetBlockId
73 visited->SetBit(entry_block_->GetBlockId()); in FindBackEdges()
74 visiting.SetBit(entry_block_->GetBlockId()); in FindBackEdges()
79 uint32_t current_id = current->GetBlockId(); in FindBackEdges()
85 uint32_t successor_id = successor->GetBlockId(); in FindBackEdges()
288 uint32_t current_id = current->GetBlockId(); in ComputeDominanceInformation()
297 if (++visits[successor->GetBlockId()] == in ComputeDominanceInformation()
623 os << "header: " << header_->GetBlockId() << std::endl; in Dump()
624 os << "pre header: " << GetPreHeader()->GetBlockId() << std::endl; in Dump()
626 os << "back edge: " << block->GetBlockId() << std::endl; in Dump()
629 os << "predecessor: " << block->GetBlockId() << std::endl; in Dump()
737 blocks_.SetBit(block->GetBlockId()); in Add()
741 blocks_.ClearBit(block->GetBlockId()); in Remove()
745 if (blocks_.IsBitSet(block->GetBlockId())) { in PopulateRecursive()
749 blocks_.SetBit(block->GetBlockId()); in PopulateRecursive()
765 size_t block_id = block->GetBlockId(); in PopulateIrreducibleRecursive()
782 if (blocks_.IsBitSet(pre_header->GetBlockId())) { in PopulateIrreducibleRecursive()
798 if (!is_finalized && blocks_.IsBitSet(predecessor->GetBlockId())) { in PopulateIrreducibleRecursive()
821 blocks_.SetBit(header_->GetBlockId()); in Populate()
835 visited.SetBit(header_->GetBlockId()); in Populate()
887 return blocks_.IsBitSet(block.GetBlockId()); in Contains()
891 return other.blocks_.IsBitSet(header_->GetBlockId()); in IsIn()
895 return !blocks_.IsBitSet(instruction->GetBlock()->GetBlockId()); in IsDefinedOutOfTheLoop()
2142 DCHECK_EQ(static_cast<uint32_t>(loop_info->GetBlocks().GetHighestBitSet()), GetBlockId()); in DisconnectAndDelete()
2383 blocks_[block->GetBlockId()] = nullptr; in DeleteDeadEmptyBlock()