Searched refs:false_expr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | ifcvt.c | 388 rtx false_expr; /* test for then block insns */ in cond_exec_process_if_block() local 445 false_expr = gen_rtx_fmt_ee (false_code, GET_MODE (true_expr), in cond_exec_process_if_block() 448 false_expr = NULL_RTX; in cond_exec_process_if_block() 453 IFCVT_MODIFY_TESTS (ce_info, true_expr, false_expr); in cond_exec_process_if_block() 456 if (!true_expr || !false_expr) in cond_exec_process_if_block() 476 if (! false_expr) in cond_exec_process_if_block() 511 f = gen_rtx_IOR (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 516 f = gen_rtx_AND (GET_MODE (t), false_expr, f); in cond_exec_process_if_block() 531 false_expr = f; in cond_exec_process_if_block() 544 && (! false_expr in cond_exec_process_if_block() [all …]
|
| H A D | ChangeLog-2002 | 11660 Bail out early if false_expr is NULL and we'd crash due to this.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 9593 @defmac IFCVT_MODIFY_TESTS (@var{ce_info}, @var{true_expr}, @var{false_expr}) 9598 and @var{false_expr} are the tests that are used for converting the 9600 @var{false_expr} to a null pointer if the tests cannot be converted. 9603 @defmac IFCVT_MODIFY_MULTIPLE_TESTS (@var{ce_info}, @var{bb}, @var{true_expr}, @var{false_expr})
|