Lines Matching refs:FORWARDER_BLOCK_P
58 #define FORWARDER_BLOCK_P(BB) ((BB)->flags & BB_FORWARDER_BLOCK) macro
138 || !FORWARDER_BLOCK_P (jump_block)) in try_simplify_condjump()
439 if (FORWARDER_BLOCK_P (target) in try_forward_edges()
774 if (FORWARDER_BLOCK_P (b) || FORWARDER_BLOCK_P (c)) in merge_blocks_move()
1650 if (FORWARDER_BLOCK_P (f1->dest)) in outgoing_edges_match()
1653 if (FORWARDER_BLOCK_P (f2->dest)) in outgoing_edges_match()
1659 if (FORWARDER_BLOCK_P (f1->dest) in outgoing_edges_match()
1660 || FORWARDER_BLOCK_P (f2->dest) in outgoing_edges_match()
1661 || FORWARDER_BLOCK_P (b1->dest) in outgoing_edges_match()
1662 || FORWARDER_BLOCK_P (b2->dest)) in outgoing_edges_match()
1906 if (FORWARDER_BLOCK_P (d1)) in outgoing_edges_match()
1912 if (FORWARDER_BLOCK_P (d2)) in outgoing_edges_match()
1960 && FORWARDER_BLOCK_P (src1)) in try_crossjump_to_edge()
1964 && FORWARDER_BLOCK_P (src2)) in try_crossjump_to_edge()
1975 if (FORWARDER_BLOCK_P (e1->dest) in try_crossjump_to_edge()
1976 && FORWARDER_BLOCK_P (single_succ (e1->dest))) in try_crossjump_to_edge()
1979 if (FORWARDER_BLOCK_P (e2->dest) in try_crossjump_to_edge()
1980 && FORWARDER_BLOCK_P (single_succ (e2->dest))) in try_crossjump_to_edge()
2107 if (FORWARDER_BLOCK_P (d)) in try_crossjump_to_edge()
2113 if (FORWARDER_BLOCK_P (d2)) in try_crossjump_to_edge()
2122 if (FORWARDER_BLOCK_P (s->dest)) in try_crossjump_to_edge()
2125 if (FORWARDER_BLOCK_P (s2->dest)) in try_crossjump_to_edge()
2786 && FORWARDER_BLOCK_P (b) in try_optimize_cfg()