Home
last modified time | relevance | path

Searched refs:COMPARISON_CLASS_P (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-ssa-forwprop.c168 return COMPARISON_CLASS_P (rhs); in ssa_name_defined_by_comparison_p()
264 if (COMPARISON_CLASS_P (def_rhs)) in forward_propagate_into_cond_1()
306 if (!COMPARISON_CLASS_P (new_cond) in forward_propagate_into_cond_1()
503 if (COMPARISON_CLASS_P (cond)) in simplify_cond()
HDtree-ssa-dom.c403 if (!COMPARISON_CLASS_P (cond)) in canonicalize_comparison()
472 if (COMPARISON_CLASS_P (expr) || TREE_CODE (expr) == TRUTH_NOT_EXPR) in initialize_hash_element()
599 && (COMPARISON_CLASS_P (COND_EXPR_COND (last)) in dom_opt_finalize_block()
943 if (!COMPARISON_CLASS_P (cond)) in record_conditions()
1344 else if (COMPARISON_CLASS_P (cond)) in record_edge_info()
HDtree-gimple.c156 return (is_gimple_val (t) || COMPARISON_CLASS_P (t)); in is_gimple_condexpr()
HDtree-ssa-threadedge.c371 if (COMPARISON_CLASS_P (cond)) in simplify_control_stmt_condition()
HDtree-vrp.c1022 gcc_assert (COMPARISON_CLASS_P (cond)); in extract_range_from_assert()
3065 if (COMPARISON_CLASS_P (cond)) in build_assert_expr_for()
3104 return (COMPARISON_CLASS_P (expr) in fp_predicate()
5205 && COMPARISON_CLASS_P (COND_EXPR_COND (stmt))) in simplify_stmt_using_ranges()
5310 || (COMPARISON_CLASS_P (cond) in identify_jump_threads()
HDtree-ssa-copy.c632 if (COMPARISON_CLASS_P (cond) in copy_prop_visit_cond_stmt()
HDpredict.c969 if (BINARY_CLASS_P (expr) || COMPARISON_CLASS_P (expr)) in expr_expected_value()
1045 if (!COMPARISON_CLASS_P (cond)) in tree_predict_by_opcode()
HDtree-ssa-propagate.c1059 && COMPARISON_CLASS_P (TREE_OPERAND (stmt, 1))) in fold_predicate_in()
HDtree-ssa-phiopt.c409 if (!COMPARISON_CLASS_P (cond)) in conditional_replacement()
HDfold-const.c2651 && COMPARISON_CLASS_P (arg0) in operand_equal_p()
2652 && COMPARISON_CLASS_P (arg1)) in operand_equal_p()
5621 if ((COMPARISON_CLASS_P (op0) in extract_muldiv_1()
7508 else if (COMPARISON_CLASS_P (arg0)) in fold_unary()
7539 if (COMPARISON_CLASS_P (op0) && INTEGRAL_TYPE_P (type)) in fold_unary()
8596 if (TREE_CODE (arg0) == COND_EXPR || COMPARISON_CLASS_P (arg0)) in fold_binary()
8605 if (TREE_CODE (arg1) == COND_EXPR || COMPARISON_CLASS_P (arg1)) in fold_binary()
11527 if (COMPARISON_CLASS_P (arg0) in fold_ternary()
11537 if (COMPARISON_CLASS_P (arg0) in fold_ternary()
11544 if (tem && COMPARISON_CLASS_P (tem)) in fold_ternary()
HDtree-ssa-pre.c2155 || COMPARISON_CLASS_P (op) in can_value_number_operation()
2171 || COMPARISON_CLASS_P (op) in can_PRE_operation()
HDtree-ssa-ccp.c2054 if (COMPARISON_CLASS_P (TREE_OPERAND (expr, 0))) in fold_stmt_r()
HDtree-scalar-evolution.c1892 if (!COMPARISON_CLASS_P (rhs)) in pointer_used_p()
HDlambda-code.c1431 if (!COMPARISON_CLASS_P (test)) in find_induction_var_from_exit_cond()
HDtree-vect-transform.c2042 if (!COMPARISON_CLASS_P (cond)) in vect_is_simple_cond()
HDtree.h137 #define COMPARISON_CLASS_P(CODE)\ macro
HDtree-ssa-loop-ivopts.c1248 && !COMPARISON_CLASS_P (*cond_p)) in find_interesting_uses_cond()
HDgimplify.c4977 gcc_assert (COMPARISON_CLASS_P (t)); in gimplify_omp_for()
HDoptabs.c5683 gcc_assert (COMPARISON_CLASS_P (cond)); in vector_compare_rtx()
HDChangeLog-20053653 COMPARISON_CLASS_P and an integral types create create a new
22059 COMPARISON_CLASS_P.
22065 COMPARISON_CLASS_P.
22068 COMPARISON_CLASS_P.
HDChangeLog-20044890 * optabs.c (vector_compare_rtx): Fix COMPARISON_CLASS_P use.
5346 * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P.
12264 (REFERENCE_CLASS_P, COMPARISON_CLASS_P, UNARY_CLASS_P, BINARY_CLASS_P)