Searched refs:EDGE_ABNORMAL (Results 1 - 1 of 1) sorted by relevance

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Dbasic-block.h158 #define EDGE_ABNORMAL 2 /* Strange flow, like computed macro
181 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
1008 /* Return true when one of the predecessor edges of BB is marked with EDGE_ABNORMAL. */
1017 if (e->flags & EDGE_ABNORMAL)

Completed in 6 milliseconds