Searched refs:else_val (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 1199 tree then_b, tree else_val) in gfc_build_cond_assign() argument 1205 if (else_val) in gfc_build_cond_assign() 1208 gfc_add_modify (&cond_block, val, fold_convert (val_ty, else_val)); in gfc_build_cond_assign() 1224 tree then_val, tree else_val) in gfc_build_cond_assign_expr() argument 1236 gfc_build_cond_assign (block, val, cond_val, then_b, else_val); in gfc_build_cond_assign_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ifcvt.c | 3937 rtx else_val = *else_slot; in cond_move_process_if_block() local 3938 if (!CONSTANT_P (then_val) && !CONSTANT_P (else_val) in cond_move_process_if_block() 3939 && !rtx_equal_p (then_val, else_val)) in cond_move_process_if_block()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ifcvt.cc | 4316 rtx else_val = *else_slot; in cond_move_process_if_block() local 4317 if (!CONSTANT_P (then_val) && !CONSTANT_P (else_val) in cond_move_process_if_block() 4318 && !rtx_equal_p (then_val, else_val)) in cond_move_process_if_block()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 1440 tree then_b, tree else_val) in gfc_build_cond_assign() argument 1446 if (else_val) in gfc_build_cond_assign() 1449 gfc_add_modify (&cond_block, val, fold_convert (val_ty, else_val)); in gfc_build_cond_assign() 1465 tree then_val, tree else_val) in gfc_build_cond_assign_expr() argument 1477 gfc_build_cond_assign (block, val, cond_val, then_b, else_val); in gfc_build_cond_assign_expr()
|