Home
last modified time | relevance | path

Searched refs:boolean_true_node (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-uncprop.c128 : boolean_true_node); in associate_equivalences_with_edges()
134 ? boolean_true_node in associate_equivalences_with_edges()
143 ? boolean_true_node in associate_equivalences_with_edges()
151 : boolean_true_node); in associate_equivalences_with_edges()
H A Dtree-ssa-loop-unswitch.c163 ? boolean_true_node in simplify_using_entry_checks()
234 COND_EXPR_COND (stmt) = boolean_true_node; in tree_unswitch_single_loop()
H A Dtree-ssa-loop-ivcanon.c215 do_exit = boolean_true_node; in try_unroll_loop_completely()
219 dont_exit = boolean_true_node; in try_unroll_loop_completely()
508 do_exit = boolean_true_node; in remove_empty_loop()
H A Dtree-ssa-loop-niter.c218 tree assumption = boolean_true_node, bound, noloop; in number_of_iterations_lt_to_ne()
354 tree assumption = boolean_true_node, bound, diff; in assert_loop_rolls_lt()
564 niter->assumptions = boolean_true_node; in number_of_iterations_cond()
567 niter->additional_info = boolean_true_node; in number_of_iterations_cond()
859 return boolean_true_node; in tree_simplify_using_condition_1()
862 return boolean_true_node; in tree_simplify_using_condition_1()
1116 niter->additional_info = boolean_true_node; in number_of_iterations_exit()
1138 niter->assumptions = boolean_true_node; in number_of_iterations_exit()
1818 boolean_true_node, stmt); in infer_loop_bounds_from_undefined()
H A Dtree-vrp.c852 if (t == boolean_true_node) in compare_values_warnv()
857 if (t == boolean_true_node) in compare_values_warnv()
928 return cmp1 == boolean_true_node && cmp2 == boolean_true_node; in value_inside_range()
2736 return boolean_true_node; in compare_ranges()
2761 return boolean_true_node; in compare_ranges()
2791 return boolean_true_node; in compare_ranges()
2857 return boolean_true_node; in compare_range_with_value()
2872 return boolean_true_node; in compare_range_with_value()
2894 return boolean_true_node; in compare_range_with_value()
2921 return boolean_true_node; in compare_range_with_value()
[all …]
H A Dtree-ssa-dom.c929 *p = boolean_true_node; in build_and_record_new_cond()
1065 edge_info->cond_equivalences[1] = boolean_true_node; in record_conditions()
1363 : boolean_true_node); in record_edge_info()
1368 ? boolean_true_node in record_edge_info()
1376 ? boolean_true_node in record_edge_info()
1383 : boolean_true_node); in record_edge_info()
H A Dtree-ssa-loop-manip.c701 tree cond = boolean_true_node, assum; in determine_exit_conditions()
870 : boolean_true_node); in tree_unroll_loop()
H A Dtree-ssa-threadedge.c304 if (cond == boolean_true_node) in record_temporary_equivalences_from_stmts_at_dest()
H A Dtree-if-conv.c621 if (prev_cond == boolean_true_node || !prev_cond) in add_to_dst_predicate_list()
H A Dc-pretty-print.c889 else if (b == boolean_true_node) in pp_c_bool_constant()
H A Dtree-data-ref.c931 if (sign == boolean_true_node) in estimate_niter_from_size_of_data()
949 record_estimate (loop, estimation, boolean_true_node, stmt); in estimate_niter_from_size_of_data()
H A Dgimplify.c3685 fold_convert (type, boolean_true_node), in gimplify_boolean_expr()
4217 boolean_true_node); in gimple_push_cleanup()
H A Dtree.h3440 #define boolean_true_node global_trees[TI_BOOLEAN_TRUE] macro
H A Dtree-cfg.c449 COND_EXPR_COND (stmt) = boolean_true_node; in fold_cond_expr_cond()
H A Dc-common.c4116 tree true_res = boolean_true_node; in boolean_increment()
H A Dtree.c6573 boolean_true_node = TYPE_MAX_VALUE (boolean_type_node); in build_common_tree_nodes_2()
H A Dc-parser.c7547 if (c == boolean_true_node) in c_parser_omp_clause_num_threads()
H A Dfold-const.c5898 return value ? boolean_true_node : boolean_false_node; in constant_boolean_node()
H A DChangeLog-200312856 (boolean_true_node, boolean_false_node): Likewise.
12862 (truthvalue_true_node): Renamed from boolean_true_node.
H A DChangeLog-200511801 of boolean_false_node/boolean_true_node.
/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c1995 begin = get_target_expr (boolean_true_node); in build_new_1()
H A Dsemantics.c535 *cond_p = boolean_true_node; in simplify_loop_decl_cond()
H A Ddecl.c3204 truthvalue_true_node = boolean_true_node; in cxx_init_decl_processing()
6265 (init, build2 (MODIFY_EXPR, void_type_node, flag, boolean_true_node)); in expand_static_init()
H A DChangeLog-19953495 * various: Use boolean_type_node, boolean_true_node,
H A Dparser.c3244 return boolean_true_node; in cp_parser_primary_expression()

12