Searched refs:has_branch (Results 1 – 2 of 2) sorted by relevance
63 bool has_branch = false; in RemoveNonExistingEdges() local64 pred_blk->ForEachSuccessorLabel([&has_branch, blk_id](uint32_t succ) { in RemoveNonExistingEdges()66 has_branch = true; in RemoveNonExistingEdges()69 if (has_branch) updated_pred_list.push_back(id); in RemoveNonExistingEdges()