Home
last modified time | relevance | path

Searched refs:from_bb2_to_exit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c382 edge from_bb2_to_exit = (*bb2->succs)[0]; in verify_three_block_cfg() local
383 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.cc383 edge from_bb2_to_exit = (*bb2->succs)[0]; in verify_three_block_cfg() local
384 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()