Lines Matching refs:GetBlockId
83 visited->SetBit(entry_block_->GetBlockId()); in FindBackEdges()
84 visiting.SetBit(entry_block_->GetBlockId()); in FindBackEdges()
89 uint32_t current_id = current->GetBlockId(); in FindBackEdges()
95 uint32_t successor_id = successor->GetBlockId(); in FindBackEdges()
331 uint32_t current_id = current->GetBlockId(); in ComputeDominanceInformation()
340 if (++visits[successor->GetBlockId()] == in ComputeDominanceInformation()
681 os << "header: " << header_->GetBlockId() << std::endl; in Dump()
682 os << "pre header: " << GetPreHeader()->GetBlockId() << std::endl; in Dump()
684 os << "back edge: " << block->GetBlockId() << std::endl; in Dump()
687 os << "predecessor: " << block->GetBlockId() << std::endl; in Dump()
795 blocks_.SetBit(block->GetBlockId()); in Add()
799 blocks_.ClearBit(block->GetBlockId()); in Remove()
803 if (blocks_.IsBitSet(block->GetBlockId())) { in PopulateRecursive()
807 blocks_.SetBit(block->GetBlockId()); in PopulateRecursive()
823 size_t block_id = block->GetBlockId(); in PopulateIrreducibleRecursive()
840 if (blocks_.IsBitSet(pre_header->GetBlockId())) { in PopulateIrreducibleRecursive()
856 if (!is_finalized && blocks_.IsBitSet(predecessor->GetBlockId())) { in PopulateIrreducibleRecursive()
879 blocks_.SetBit(header_->GetBlockId()); in Populate()
892 visited.SetBit(header_->GetBlockId()); in Populate()
944 return blocks_.IsBitSet(block.GetBlockId()); in Contains()
948 return other.blocks_.IsBitSet(header_->GetBlockId()); in IsIn()
952 return !blocks_.IsBitSet(instruction->GetBlock()->GetBlockId()); in IsDefinedOutOfTheLoop()
1430 visited_blocks->SetBit(current->GetBlockId()); in ReplaceUsesDominatedBy()
1432 if (visited_blocks->IsBitSet(dominated->GetBlockId())) { in ReplaceUsesDominatedBy()
1455 dominated = visited_blocks->IsBitSet(block->GetBlockId()); in ReplaceUsesDominatedBy()
1466 if (visited_blocks->IsBitSet(predecessor->GetBlockId())) { in ReplaceUsesDominatedBy()
1942 << ", blk: " << hi.GetUser()->GetBlock()->GetBlockId() << "]@" << hi.GetIndex(); in operator <<()
2344 DCHECK_EQ(static_cast<uint32_t>(loop_info->GetBlocks().GetHighestBitSet()), GetBlockId()); in DisconnectAndDelete()
2436 if (visited != nullptr && !visited->IsBitSet(successor->GetBlockId())) { in DisconnectFromSuccessors()
2611 blocks_[block->GetBlockId()] = nullptr; in DeleteDeadEmptyBlock()