Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c1143 edge fallthru1 = 0, fallthru2 = 0; local
1303 fallthru1 = e1;
1311 || (fallthru1 != 0) != (fallthru2 != 0))
1315 if (fallthru1)
1317 basic_block d1 = (forwarder_block_p (fallthru1->dest)
1318 ? fallthru1->dest->succ->dest: fallthru1->dest);
/openbsd/gnu/gcc/gcc/
H A 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()