Searched refs:from_bb2_to_exit (Results 1 – 2 of 2) sorted by relevance
382 edge from_bb2_to_exit = (*bb2->succs)[0]; in verify_three_block_cfg() local383 ASSERT_EQ (bb2, from_bb2_to_exit->src); in verify_three_block_cfg()384 ASSERT_EQ (exit, from_bb2_to_exit->dest); in verify_three_block_cfg()387 ASSERT_EQ (from_bb2_to_exit, (*exit->preds)[0]); in verify_three_block_cfg()
383 edge from_bb2_to_exit = (*bb2->succs)[0]; in verify_three_block_cfg() local384 ASSERT_EQ (bb2, from_bb2_to_exit->src); in verify_three_block_cfg()385 ASSERT_EQ (exit, from_bb2_to_exit->dest); in verify_three_block_cfg()388 ASSERT_EQ (from_bb2_to_exit, (*exit->preds)[0]); in verify_three_block_cfg()