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

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c1112 tree then_exp = COND_EXPR_THEN (stmt); local
1131 if (TREE_CODE (then_exp) == GOTO_EXPR && IS_EMPTY_STMT (else_exp))
1133 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp)));
1136 if (EXPR_LOCUS (then_exp))
1137 emit_line_note (*(EXPR_LOCUS (then_exp)));
1140 if (TREE_CODE (else_exp) == GOTO_EXPR && IS_EMPTY_STMT (then_exp))
1149 gcc_assert (TREE_CODE (then_exp) == GOTO_EXPR
1152 jumpif (pred, label_rtx (GOTO_DESTINATION (then_exp)));

Completed in 245 milliseconds