Home | History | Annotate | Download | only in include

Lines Matching refs:EDGE_EH

162 #define EDGE_EH			8	/* Exception throw */
181 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
993 /* Return true when one of the predecessor edges of BB is marked with EDGE_EH. */
1002 if (e->flags & EDGE_EH)