Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcfgcleanup.c1301 edge fallthru1 = 0, fallthru2 = 0; in outgoing_edges_match() local
1524 fallthru1 = e1; in outgoing_edges_match()
1531 || (fallthru1 != 0) != (fallthru2 != 0)) in outgoing_edges_match()
1535 if (fallthru1) in outgoing_edges_match()
1537 basic_block d1 = (forwarder_block_p (fallthru1->dest) in outgoing_edges_match()
1538 ? single_succ (fallthru1->dest): fallthru1->dest); in outgoing_edges_match()