Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/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.c2698 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_ranges()
2732 return boolean_false_node; in compare_ranges()
2739 return boolean_false_node; in compare_ranges()
2767 return boolean_false_node; in compare_ranges()
2796 return boolean_false_node; in compare_ranges()
2835 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_range_with_value()
2853 return boolean_false_node; in compare_range_with_value()
2857 return boolean_false_node; in compare_range_with_value()
2872 return boolean_false_node; in compare_range_with_value()
2898 return boolean_false_node; in compare_range_with_value()
[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.c856 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()
3256 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c2455 val = boolean_false_node;
2462 val = boolean_false_node;
2469 val = boolean_false_node;
2476 val = boolean_false_node;
2483 val = boolean_false_node;
2522 if (val == boolean_false_node)
2605 value = boolean_false_node;
2757 return boolean_false_node;
2761 return boolean_false_node;
2765 return boolean_false_node;
[all …]
H A Dc-semantics.c645 cond = boolean_false_node;
H A Dc-common.h196 #define boolean_false_node c_global_trees[CTI_BOOLEAN_FALSE] macro
H A Dc-parse.in601 skip_evaluation += $1 == boolean_false_node; }
603 { skip_evaluation -= $1 == boolean_false_node;
615 skip_evaluation += $1 == boolean_false_node; }
618 - ($1 == boolean_false_node)); }
H A Dc-pretty-print.c373 if (b == boolean_false_node || integer_zerop (b))
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c169 return integer_zerop (expr) ? boolean_false_node : boolean_true_node;
172 return real_zerop (expr) ? boolean_false_node : boolean_true_node;
196 return fold (build (NE_EXPR, boolean_type_node, expr, boolean_false_node));
1271 expr = boolean_false_node;
1281 boolean_false_node);
1800 *init_test_decl, boolean_false_node),
H A Dcheck-init.c334 TREE_OPERAND (exp, 1), boolean_false_node,
H A Dlex.c1606 boolean_true_node : boolean_false_node));
H A Djava-tree.h557 #define boolean_false_node \ macro
H A Ddecl.c519 boolean_false_node = TYPE_MIN_VALUE (boolean_type_node); in java_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmangle.c2108 if (value == boolean_false_node || integer_zerop (value))
H A Derror.c1493 if (t == boolean_false_node || integer_zerop (t))
H A Dinit.c2485 sentry, boolean_false_node);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c2005 sentry, boolean_false_node); in build_new_1()

12