Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgcleanup.cc58 #define FORWARDER_BLOCK_P(BB) ((BB)->flags & BB_FORWARDER_BLOCK) macro
138 || !FORWARDER_BLOCK_P (jump_block)) in try_simplify_condjump()
438 if (FORWARDER_BLOCK_P (target) in try_forward_edges()
773 if (FORWARDER_BLOCK_P (b) || FORWARDER_BLOCK_P (c)) in merge_blocks_move()
1637 if (FORWARDER_BLOCK_P (f1->dest)) in outgoing_edges_match()
1640 if (FORWARDER_BLOCK_P (f2->dest)) in outgoing_edges_match()
1646 if (FORWARDER_BLOCK_P (f1->dest) in outgoing_edges_match()
1647 || FORWARDER_BLOCK_P (f2->dest) in outgoing_edges_match()
1648 || FORWARDER_BLOCK_P (b1->dest) in outgoing_edges_match()
1649 || FORWARDER_BLOCK_P (b2->dest)) in outgoing_edges_match()
[all …]
H A DChangeLog-20017789 (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
7791 (try_simplify_condjump): Use FORWARDER_BLOCK_P.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgcleanup.c58 #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()
[all …]