Home
last modified time | relevance | path

Searched refs:boolean_false_node (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-uncprop.c127 ? boolean_false_node in associate_equivalences_with_edges()
135 : boolean_false_node); in associate_equivalences_with_edges()
144 : boolean_false_node); in associate_equivalences_with_edges()
150 ? boolean_false_node in associate_equivalences_with_edges()
H A Dtree-ssa-loop-unswitch.c164 : boolean_false_node); in simplify_using_entry_checks()
240 COND_EXPR_COND (stmt) = boolean_false_node; in tree_unswitch_single_loop()
H A Dtree-ssa-loop-ivcanon.c214 dont_exit = boolean_false_node; in try_unroll_loop_completely()
220 do_exit = boolean_false_node; in try_unroll_loop_completely()
510 do_exit = boolean_false_node; in remove_empty_loop()
H A Dtree-vrp.c2738 return boolean_false_node; in compare_ranges()
2745 return boolean_false_node; in compare_ranges()
2773 return boolean_false_node; in compare_ranges()
2802 return boolean_false_node; in compare_ranges()
2859 return boolean_false_node; in compare_range_with_value()
2863 return boolean_false_node; in compare_range_with_value()
2878 return boolean_false_node; in compare_range_with_value()
2904 return boolean_false_node; in compare_range_with_value()
2931 return boolean_false_node; in compare_range_with_value()
3930 gcc_assert (cond != boolean_false_node); in remove_range_assertions()
[all …]
H A Dtree-ssa-dom.c1067 edge_info->cond_equivalences[3] = boolean_false_node; in record_conditions()
1362 ? boolean_false_node in record_edge_info()
1369 : boolean_false_node); in record_edge_info()
1377 : boolean_false_node); in record_edge_info()
1382 ? boolean_false_node in record_edge_info()
H A Dtree-ssa-loop-manip.c703 *enter_cond = boolean_false_node; in determine_exit_conditions()
869 ? boolean_false_node in tree_unroll_loop()
H A Dtree-ssa-threadedge.c306 else if (cond == boolean_false_node) in record_temporary_equivalences_from_stmts_at_dest()
H A Dtree-ssa-loop-niter.c565 niter->may_be_zero = boolean_false_node; in number_of_iterations_cond()
1057 niter->assumptions = boolean_false_node; in number_of_iterations_exit()
H A Dc-pretty-print.c880 if (b == boolean_false_node) in pp_c_bool_constant()
H A Dtree-cfg.c447 COND_EXPR_COND (stmt) = boolean_false_node; in fold_cond_expr_cond()
3263 if (x == boolean_false_node) in verify_expr()
H A Dgimplify.c3686 fold_convert (type, boolean_false_node)); in gimplify_boolean_expr()
4215 boolean_false_node); in gimple_push_cleanup()
H A Dtree-data-ref.c939 else if (sign == boolean_false_node) in estimate_niter_from_size_of_data()
H A Dtree.h3439 #define boolean_false_node global_trees[TI_BOOLEAN_FALSE] macro
H A Dtree.c6572 boolean_false_node = TYPE_MIN_VALUE (boolean_type_node); in build_common_tree_nodes_2()
H A Dfold-const.c5898 return value ? boolean_true_node : boolean_false_node; in constant_boolean_node()
H A DChangeLog-200511801 of boolean_false_node/boolean_true_node.
18668 * tree-vrp.c (compare_value): Return boolean_false_node when
H A DChangeLog-200312856 (boolean_true_node, boolean_false_node): Likewise.
12863 (truthvalue_false_node): Renamed from boolean_false_node.
H A DChangeLog.tree-ssa9207 (gimplify_expr, gimple_push_cleanup): Use boolean_false_node.
H A DChangeLog-200429118 directly, return either boolean_true_node or boolean_false_node.
/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c2005 sentry, boolean_false_node); in build_new_1()
H A Ddecl.c3203 truthvalue_false_node = boolean_false_node; in cxx_init_decl_processing()
6253 begin = get_target_expr (boolean_false_node); in expand_static_init()
H A DChangeLog-19953496 boolean_false_node.
H A Dparser.c3247 return boolean_false_node; in cp_parser_primary_expression()