/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ch.c | 75 if (TREE_CODE (last) != COND_EXPR) in should_duplicate_loop_header_p() 113 && TREE_CODE (stmt) == COND_EXPR) in do_while_loop_p() 223 if (TREE_CODE (last) == COND_EXPR) in copy_loop_headers()
|
H A D | tree-ssa-threadedge.c | 71 || (TREE_CODE (bsi_stmt (bsi)) != COND_EXPR in potentially_threadable_block() 300 if (TREE_CODE (TREE_OPERAND (stmt, 1)) == COND_EXPR) in record_temporary_equivalences_from_stmts_at_dest() 362 if (TREE_CODE (stmt) == COND_EXPR) in simplify_control_stmt_condition() 537 if (TREE_CODE (stmt) == COND_EXPR in thread_across_edge()
|
H A D | tree-ssa-loop-unswitch.c | 123 if (!stmt || TREE_CODE (stmt) != COND_EXPR) in tree_may_unswitch_on() 160 && TREE_CODE (stmt) == COND_EXPR in simplify_using_entry_checks()
|
H A D | tree-ssa-dom.c | 477 else if (TREE_CODE (expr) == COND_EXPR) in initialize_hash_element() 568 dummy_cond = build3 (COND_EXPR, void_type_node, dummy_cond, NULL, NULL); in dom_thread_across_edge() 598 && TREE_CODE (last) == COND_EXPR in dom_opt_finalize_block() 1321 if (stmt && TREE_CODE (stmt) == COND_EXPR) in record_edge_info() 1494 if (TREE_CODE (stmt) == COND_EXPR) in eliminate_redundant_computations() 1787 if (TREE_CODE (stmt) == COND_EXPR) in optimize_stmt() 1846 || TREE_CODE (stmt) == COND_EXPR in optimize_stmt() 1888 if (TREE_CODE (stmt) == COND_EXPR) in optimize_stmt() 2268 else if (TREE_CODE (use_stmt) == COND_EXPR in propagate_rhs_into_lhs() 2274 if (TREE_CODE (use_stmt) == COND_EXPR) in propagate_rhs_into_lhs()
|
H A D | tree-ssa-loop-niter.c | 788 || code == COND_EXPR) in tree_simplify_using_condition_1() 800 if (code == COND_EXPR) in tree_simplify_using_condition_1() 811 if (code == COND_EXPR) in tree_simplify_using_condition_1() 966 || code == COND_EXPR) in simplify_using_outer_evolutions() 978 if (code == COND_EXPR) in simplify_using_outer_evolutions() 989 if (code == COND_EXPR) in simplify_using_outer_evolutions() 1059 if (!stmt || TREE_CODE (stmt) != COND_EXPR) in number_of_iterations_exit() 1382 if (!cond || TREE_CODE (cond) != COND_EXPR) in loop_niter_by_eval() 1877 niter = build3 (COND_EXPR, type, niter_desc.may_be_zero, in estimate_numbers_of_iterations_loop()
|
H A D | tree-if-conv.c | 242 case COND_EXPR: in tree_if_convert_stmt() 267 gcc_assert (TREE_CODE (stmt) == COND_EXPR); in tree_if_convert_cond_expr() 412 case COND_EXPR: in if_convertible_stmt_p() 825 rhs = build3 (COND_EXPR, TREE_TYPE (PHI_RESULT (phi)), in replace_phi_with_cond_modify_expr()
|
H A D | value-prof.c | 198 stmt3 = build3 (COND_EXPR, void_type_node, in tree_divmod_fixed_value() 364 stmt4 = build3 (COND_EXPR, void_type_node, in tree_mod_pow2() 525 stmt3 = build3 (COND_EXPR, void_type_node, in tree_mod_subtract() 540 stmt2 = build3 (COND_EXPR, void_type_node, in tree_mod_subtract()
|
H A D | tree-cfg.c | 433 && TREE_CODE (stmt) == COND_EXPR) in fold_cond_expr_cond() 485 case COND_EXPR: in make_edges() 1006 case COND_EXPR: in cleanup_dead_labels() 1468 case COND_EXPR: in remove_useless_stmts_warn_notreached() 1843 case COND_EXPR: in remove_useless_stmts_1() 2119 if (TREE_CODE (stmt) == COND_EXPR) in find_taken_edge() 2473 return (TREE_CODE (t) == COND_EXPR in is_ctrl_stmt() 3336 case COND_EXPR: in verify_expr() 3800 case COND_EXPR: in tree_verify_flow_info() 4076 if (TREE_CODE (stmt) == COND_EXPR in tree_try_redirect_by_replacing_jump() [all …]
|
H A D | tree-ssa-propagate.c | 545 case COND_EXPR: in get_rhs() 668 case COND_EXPR: in set_rhs() 1095 else if (TREE_CODE (stmt) == COND_EXPR) in fold_predicate_in()
|
H A D | tree-ssa-threadupdate.c | 186 && (TREE_CODE (bsi_stmt (bsi)) == COND_EXPR in remove_ctrl_stmt_and_useless_edges() 677 && (TREE_CODE (bsi_stmt (bsi)) == COND_EXPR in redirection_block_p()
|
H A D | tree-cfgcleanup.c | 88 case COND_EXPR: in cleanup_control_expr_graph() 190 if (TREE_CODE (stmt) == COND_EXPR
|
H A D | omp-low.c | 1825 x = build3 (COND_EXPR, void_type_node, x, copyin_seq, NULL); in lower_rec_input_clauses() 2231 t = build3 (COND_EXPR, void_type_node, in expand_parallel_call() 2656 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l0), in expand_omp_for_generic() 2698 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l1), in expand_omp_for_generic() 2716 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l0), in expand_omp_for_generic() 2857 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l2), in expand_omp_for_static_nochunk() 2892 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&l1), in expand_omp_for_static_nochunk() 3043 t = build3 (COND_EXPR, void_type_node, t, in expand_omp_for_static_chunk() 3077 t = build3 (COND_EXPR, void_type_node, t, in expand_omp_for_static_chunk() 3695 t = build3 (COND_EXPR, void_type_node, t, in lower_omp_single_simple() [all …]
|
H A D | gimple-low.c | 222 case COND_EXPR: in lower_stmt() 417 case COND_EXPR: in block_may_fallthru()
|
H A D | tree-vrp.c | 3251 gcc_assert (TREE_CODE (bsi_stmt (si)) != COND_EXPR in register_new_assert_for() 3373 if (TREE_CODE (stmt) == COND_EXPR) in register_edge_assert_for() 3698 && TREE_CODE (last) == COND_EXPR in find_assert_locations() 3732 gcc_assert (TREE_CODE (bsi_stmt (loc->si)) == COND_EXPR in process_assert_insertions_for() 3974 else if (TREE_CODE (stmt) == COND_EXPR || TREE_CODE (stmt) == SWITCH_EXPR) in stmt_interesting_for_vrp() 4580 else if (TREE_CODE (stmt) == COND_EXPR || TREE_CODE (stmt) == SWITCH_EXPR) in vrp_visit_stmt() 5198 else if (TREE_CODE (stmt) == COND_EXPR in simplify_stmt_using_ranges() 5223 if (TREE_CODE (stmt) != COND_EXPR) 5275 dummy = build3 (COND_EXPR, void_type_node, dummy, NULL, NULL); in identify_jump_threads() 5296 if (TREE_CODE (last) != COND_EXPR) in identify_jump_threads()
|
H A D | convert.c | 714 case COND_EXPR: in convert_to_integer() 717 return fold_build3 (COND_EXPR, type, TREE_OPERAND (expr, 0), in convert_to_integer()
|
H A D | tree-ssa-forwprop.c | 534 gcc_assert (TREE_CODE (cond_expr) == COND_EXPR); in forward_propagate_into_cond() 1021 else if (TREE_CODE (stmt) == COND_EXPR) in tree_ssa_forward_propagate_single_use_vars()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | typeck.c | 87 result = build (COND_EXPR, type, 92 result = build (COND_EXPR, type, 98 result = build (COND_EXPR, type, 278 case COND_EXPR:
|
H A D | expr.c | 182 case COND_EXPR: 184 return fold (build (COND_EXPR, boolean_type_node, TREE_OPERAND (expr, 0), 720 cond = build (COND_EXPR, void_type_node, 1276 expr = build (COND_EXPR, itype, 1413 tree second_compare = fold (build (COND_EXPR, int_type_node, 1418 return fold (build (COND_EXPR, int_type_node, ifexp1, 1428 tree second_compare = fold ( build (COND_EXPR, int_type_node, 1431 return fold (build (COND_EXPR, int_type_node, 1798 init = build (COND_EXPR, void_type_node, 2295 jnifunc = build (COND_EXPR, ptr_type_node,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | convert.c | 409 case COND_EXPR: 412 return fold (build (COND_EXPR, type, TREE_OPERAND (expr, 0),
|
H A D | fold-const.c | 2077 if (code == COND_EXPR) 2168 case COND_EXPR: 2313 case COND_EXPR: 4354 else if (code == COND_EXPR) 4405 if (TREE_CODE (expr) != COND_EXPR) 4468 if (TREE_CODE (cond) == COND_EXPR) 4778 && TREE_CODE (t) == COND_EXPR 4790 build (COND_EXPR, 4815 && (TREE_CODE (arg0) != COND_EXPR 6716 case COND_EXPR: [all …]
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | cp-gimplify.c | 179 stmt = build3 (COND_EXPR, void_type_node, cond, then_, else_); in gimplify_if_stmt() 229 exit = fold_build3 (COND_EXPR, void_type_node, cond, exit, t); in gimplify_cp_loop() 846 t = build3 (COND_EXPR, void_type_node, t, build_and_jump (&lab), NULL); in cxx_omp_clause_apply_fn()
|
H A D | call.c | 1955 case COND_EXPR: in add_builtin_candidate() 2095 case COND_EXPR: in add_builtin_candidates() 2124 if (code == COND_EXPR) in add_builtin_candidates() 2165 if (code == COND_EXPR && real_lvalue_p (args[i])) in add_builtin_candidates() 3088 case COND_EXPR: in op_error() 3410 COND_EXPR, in build_conditional_expr() 3412 ansi_opname (COND_EXPR), in build_conditional_expr() 3701 if (code == COND_EXPR) in build_new_op() 3755 if (code == COND_EXPR) in build_new_op() 3958 case COND_EXPR: in build_new_op() [all …]
|
H A D | init.c | 798 vtbl = build3 (COND_EXPR, in expand_virtual_init() 837 expr = fold_build3 (COND_EXPR, void_type_node, in expand_cleanup_for_base() 2001 = build3 (COND_EXPR, void_type_node, sentry, in build_new_1() 2313 body = fold_build3 (COND_EXPR, void_type_node, in build_vec_delete_1() 2853 expr = build3 (COND_EXPR, void_type_node, in build_delete() 2895 expr = build3 (COND_EXPR, void_type_node, cond, in push_base_cleanups()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000914-1.c | 53 COND_EXPR, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 2046 case COND_EXPR: 2193 case COND_EXPR: 2222 if (code == COND_EXPR) 2263 if (code == COND_EXPR && real_lvalue_p (args[i])) 3084 case COND_EXPR: 3363 COND_EXPR, 3365 ansi_opname (COND_EXPR), 3592 if (code == COND_EXPR) 3683 if (code == COND_EXPR) 3861 case COND_EXPR: [all …]
|