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

/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c1113 tree else_exp = COND_EXPR_ELSE (stmt); local
1131 if (TREE_CODE (then_exp) == GOTO_EXPR && IS_EMPTY_STMT (else_exp))
1140 if (TREE_CODE (else_exp) == GOTO_EXPR && IS_EMPTY_STMT (then_exp))
1142 jumpifnot (pred, label_rtx (GOTO_DESTINATION (else_exp)));
1145 if (EXPR_LOCUS (else_exp))
1146 emit_line_note (*(EXPR_LOCUS (else_exp)));
1150 && TREE_CODE (else_exp) == GOTO_EXPR);
1155 expand_expr (else_exp, const0_rtx, VOIDmode, 0);
1177 if (EXPR_LOCUS (else_exp))
1178 emit_line_note (*(EXPR_LOCUS (else_exp)));
[all...]

Completed in 61 milliseconds