Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dsched-rgn.c1703 #define IS_REACHABLE(bb_from, bb_to) \ argument
1704 (bb_from == bb_to \
1705 || IS_RGN_ENTRY (bb_from) \
1707 EDGE_TO_BIT (single_pred_edge (BASIC_BLOCK (BB_TO_BLOCK (bb_from)))))))