Lines Matching refs:GetBlockId
53 uint32_t id = to_remove->GetBlockId(); in RemoveBlock()
118 DCHECK(std::find(current_path.cbegin(), current_path.cend(), cur_block->GetBlockId()) == in Prune()
126 current_path.push_back(cur_block->GetBlockId()); in Prune()
127 visiting.SetBit(cur_block->GetBlockId()); in Prune()
136 DCHECK_GE(last_succ_seen[graph_->GetEntryBlock()->GetBlockId()], in Prune()
158 const uint32_t entry_block_id = graph_->GetEntryBlock()->GetBlockId(); in Prune()
161 uint32_t id = cur_block->GetBlockId(); in Prune()
163 current_path.front() == graph_->GetEntryBlock()->GetBlockId()) in Prune()
165 << " cur_block id: " << cur_block->GetBlockId() << " entry id " in Prune()
166 << graph_->GetEntryBlock()->GetBlockId(); in Prune()
205 if (visiting.IsBitSet(nxt->GetBlockId())) { in Prune()
225 results[blk->GetBlockId()].none() && in Prune()
229 unreachable_blocks_.SetBit(blk->GetBlockId()); in Prune()
246 if (blk == nullptr || unreachable_blocks_.IsBitSet(blk->GetBlockId())) { in RemoveConcavity()
249 uint32_t blkid = blk->GetBlockId(); in RemoveConcavity()
283 if (!unreachable.IsBitSet(cur->GetBlockId())) { in RecalculateExcludedCohort()
287 unreachable.ClearBit(cur->GetBlockId()); in RecalculateExcludedCohort()
288 cohort.blocks_.SetBit(cur->GetBlockId()); in RecalculateExcludedCohort()
302 return !cohort.blocks_.IsBitSet(ext->GetBlockId()); in RecalculateExcludedCohort()
308 cohort.entry_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
311 cohort.exit_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
331 os << b->GetBlockId(); in Dump()
339 if (!entry_blocks_.IsBitSet(b->GetBlockId()) && !exit_blocks_.IsBitSet(b->GetBlockId())) { in Dump()
344 os << b->GetBlockId(); in Dump()