Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc1586 edge fallthru1 = 0, fallthru2 = 0; in outgoing_edges_match() local
1839 fallthru1 = e1; in outgoing_edges_match()
1846 || (fallthru1 != 0) != (fallthru2 != 0)) in outgoing_edges_match()
1862 if (fallthru1) in outgoing_edges_match()
1864 basic_block d1 = (forwarder_block_p (fallthru1->dest) in outgoing_edges_match()
1865 ? single_succ (fallthru1->dest): fallthru1->dest); in outgoing_edges_match()