Searched refs:fallthru1 (Results 1 – 2 of 2) sorted by relevance
1143 edge fallthru1 = 0, fallthru2 = 0; local1303 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);
1301 edge fallthru1 = 0, fallthru2 = 0; in outgoing_edges_match() local1524 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()