Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgcleanup.c1505 edge fallthru1 = 0, fallthru2 = 0; in outgoing_edges_match() local
1750 fallthru1 = e1; in outgoing_edges_match()
1757 || (fallthru1 != 0) != (fallthru2 != 0)) in outgoing_edges_match()
1773 if (fallthru1) in outgoing_edges_match()
1775 basic_block d1 = (forwarder_block_p (fallthru1->dest) in outgoing_edges_match()
1776 ? single_succ (fallthru1->dest): fallthru1->dest); in outgoing_edges_match()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgcleanup.c1584 edge fallthru1 = 0, fallthru2 = 0; in outgoing_edges_match() local
1837 fallthru1 = e1; in outgoing_edges_match()
1844 || (fallthru1 != 0) != (fallthru2 != 0)) in outgoing_edges_match()
1860 if (fallthru1) in outgoing_edges_match()
1862 basic_block d1 = (forwarder_block_p (fallthru1->dest) in outgoing_edges_match()
1863 ? single_succ (fallthru1->dest): fallthru1->dest); in outgoing_edges_match()