Searched refs:dfs_id (Results 1 – 2 of 2) sorted by relevance
85 curr->dfs_id = dfs_post_order_->Size(); in RecordDFSOrders()327 if (i_dom_list_[pred_bb->dfs_id] != NOTVISITED) { in ComputeblockIDom()328 idom = pred_bb->dfs_id; in ComputeblockIDom()339 if (i_dom_list_[pred_bb->dfs_id] == NOTVISITED) { in ComputeblockIDom()342 idom = FindCommonParent(pred_bb->dfs_id, idom); in ComputeblockIDom()349 if (i_dom_list_[bb->dfs_id] != idom) { in ComputeblockIDom()350 i_dom_list_[bb->dfs_id] = idom; in ComputeblockIDom()369 int idom_dfs_idx = i_dom_list_[bb->dfs_id]; in SetDominators()400 DCHECK_EQ(GetEntryBlock()->dfs_id, num_reachable_blocks-1); in ComputeDominators()401 i_dom_list_[GetEntryBlock()->dfs_id] = GetEntryBlock()->dfs_id; in ComputeDominators()
393 BasicBlockId dfs_id; member