/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range-edge.cc | 64 r = int_range<2> (boolean_false_node, boolean_false_node); in gcond_edge_range()
|
H A D | tree-ssa-threadedge.cc | 528 return boolean_false_node; in simplify_control_stmt_condition_1() 540 return boolean_false_node; in simplify_control_stmt_condition_1() 554 return boolean_false_node; in simplify_control_stmt_condition_1() 566 return boolean_false_node; in simplify_control_stmt_condition_1() 581 return boolean_false_node; in simplify_control_stmt_condition_1() 590 return boolean_false_node; in simplify_control_stmt_condition_1()
|
H A D | tree-ssa-ifcombine.cc | 444 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif() 530 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif() 625 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif()
|
H A D | vr-values.cc | 1433 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_ranges() 1460 return boolean_false_node; in compare_ranges() 1467 return boolean_false_node; in compare_ranges() 1495 return boolean_false_node; in compare_ranges() 1515 return boolean_false_node; in compare_ranges() 1552 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_range_with_value() 1567 return boolean_false_node; in compare_range_with_value() 1571 return boolean_false_node; in compare_range_with_value() 1586 return boolean_false_node; in compare_range_with_value() 1605 return boolean_false_node; in compare_range_with_value() [all …]
|
H A D | tree-ssa-threadbackward.cc | 326 int_range<2> false_range (boolean_false_node, boolean_false_node); in find_taken_edge_cond()
|
H A D | tree-streamer.cc | 291 && node != boolean_false_node); in record_common_node()
|
H A D | tree-ssa-loop-unswitch.cc | 252 : boolean_false_node); in simplify_using_entry_checks() 356 boolean_false_node); in tree_unswitch_single_loop()
|
H A D | tree-vectorizer.cc | 961 fold_loop_internal_call (g, boolean_false_node); in set_uid_loop_bbs() 1304 fold_loop_internal_call (g, boolean_false_node); in execute() 1313 fold_loop_internal_call (g, boolean_false_node); in execute()
|
H A D | tree-if-conv.cc | 371 && (cond == boolean_false_node in is_false_predicate() 1483 IFC_DR (dr)->rw_predicate = boolean_false_node; in if_convertible_loop_p_1() 1484 IFC_DR (dr)->w_predicate = boolean_false_node; in if_convertible_loop_p_1() 1485 IFC_DR (dr)->base_w_predicate = boolean_false_node; in if_convertible_loop_p_1() 3507 fold_loop_internal_call (g, boolean_false_node); in execute()
|
H A D | gimple.h | 3769 gimple_cond_set_lhs (gs, boolean_false_node); 3770 gimple_cond_set_rhs (gs, boolean_false_node); 3781 gimple_cond_set_rhs (gs, boolean_false_node); 3795 if (lhs != boolean_true_node && lhs != boolean_false_node) 3798 if (rhs != boolean_true_node && rhs != boolean_false_node) 3820 if (lhs != boolean_true_node && lhs != boolean_false_node) 3823 if (rhs != boolean_true_node && rhs != boolean_false_node)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-threadedge.c | 630 return boolean_false_node; in simplify_control_stmt_condition_1() 642 return boolean_false_node; in simplify_control_stmt_condition_1() 657 return boolean_false_node; in simplify_control_stmt_condition_1() 669 return boolean_false_node; in simplify_control_stmt_condition_1() 684 return boolean_false_node; in simplify_control_stmt_condition_1() 693 return boolean_false_node; in simplify_control_stmt_condition_1()
|
H A D | tree-ssa-ifcombine.c | 438 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif() 518 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif() 612 outer_inv ? boolean_false_node : boolean_true_node); in ifcombine_ifandif()
|
H A D | vr-values.c | 1539 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_ranges() 1566 return boolean_false_node; in compare_ranges() 1573 return boolean_false_node; in compare_ranges() 1601 return boolean_false_node; in compare_ranges() 1621 return boolean_false_node; in compare_ranges() 1658 return (comp == NE_EXPR) ? boolean_true_node : boolean_false_node; in compare_range_with_value() 1673 return boolean_false_node; in compare_range_with_value() 1677 return boolean_false_node; in compare_range_with_value() 1692 return boolean_false_node; in compare_range_with_value() 1711 return boolean_false_node; in compare_range_with_value() [all …]
|
H A D | tree-vectorizer.c | 842 fold_loop_internal_call (g, boolean_false_node); in set_uid_loop_bbs() 1149 fold_loop_internal_call (g, boolean_false_node); in vectorize_loops() 1158 fold_loop_internal_call (g, boolean_false_node); in vectorize_loops()
|
H A D | tree-streamer.c | 291 && node != boolean_false_node); in record_common_node()
|
H A D | tree-ssa-loop-unswitch.c | 251 : boolean_false_node); in simplify_using_entry_checks() 350 boolean_false_node); in tree_unswitch_single_loop()
|
H A D | tree-if-conv.c | 364 && (cond == boolean_false_node in is_false_predicate() 1461 IFC_DR (dr)->rw_predicate = boolean_false_node; in if_convertible_loop_p_1() 1462 IFC_DR (dr)->w_predicate = boolean_false_node; in if_convertible_loop_p_1() 1463 IFC_DR (dr)->base_w_predicate = boolean_false_node; in if_convertible_loop_p_1() 3225 fold_loop_internal_call (g, boolean_false_node); in execute()
|
H A D | gimple.h | 3700 gimple_cond_set_lhs (gs, boolean_false_node); 3701 gimple_cond_set_rhs (gs, boolean_false_node); 3712 gimple_cond_set_rhs (gs, boolean_false_node); 3726 if (lhs != boolean_true_node && lhs != boolean_false_node) 3729 if (rhs != boolean_true_node && rhs != boolean_false_node) 3751 if (lhs != boolean_true_node && lhs != boolean_false_node) 3754 if (rhs != boolean_true_node && rhs != boolean_false_node)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | except.cc | 1165 ? boolean_true_node : boolean_false_node); in finish_noexcept_expr() 1268 gcc_checking_assert (operand_equal_p (expr, boolean_false_node, 0)); in build_noexcept_spec() 1307 DECL_INITIAL (current_retval_sentinel) = boolean_false_node; in maybe_set_retval_sentinel() 1369 current_retval_sentinel, boolean_false_node); in maybe_splice_retval_cleanup()
|
H A D | constraint.cc | 2129 if (result == boolean_false_node in tsubst_nested_requirement() 2279 return boolean_false_node; in tsubst_requires_expr() 2288 result = boolean_false_node; in tsubst_requires_expr() 2725 if (lhs == error_mark_node || lhs == boolean_false_node) in satisfy_conjunction() 2816 return boolean_false_node; in satisfy_disjunction() 2825 if (t == error_mark_node || t == boolean_true_node || t == boolean_false_node) in satisfaction_value() 2832 return boolean_false_node; in satisfaction_value() 2938 return cache.save (boolean_false_node); in satisfy_atom() 2968 return cache.save (inst_cache.save (boolean_false_node)); in satisfy_atom() 2997 if (result == boolean_false_node && info.diagnose_unsatisfaction_p ()) in satisfy_atom()
|
H A D | semantics.cc | 1436 begin_maybe_infinite_loop (boolean_false_node); in begin_range_for_stmt() 4897 boolean_false_node); in finalize_nrv_r() 11581 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11585 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11590 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11594 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11599 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11603 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11606 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() 11612 return boolean_false_node; in fold_builtin_is_pointer_inverconvertible_with_class() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 2178 return boolean_false_node; in tsubst_requires_expr() 2184 return boolean_false_node; in tsubst_requires_expr() 2409 if (lhs == error_mark_node || lhs == boolean_false_node) in satisfy_conjunction() 2503 if (t == error_mark_node || t == boolean_true_node || t == boolean_false_node) in satisfaction_value() 2509 return boolean_false_node; in satisfaction_value() 2598 return cache.save (boolean_false_node); in satisfy_atom() 2613 return cache.save (boolean_false_node); in satisfy_atom() 2639 if (result == boolean_false_node && info.noisy ()) in satisfy_atom()
|
H A D | except.c | 1217 ? boolean_true_node : boolean_false_node); in finish_noexcept_expr() 1318 gcc_checking_assert (operand_equal_p (expr, boolean_false_node, 0)); in build_noexcept_spec() 1357 DECL_INITIAL (current_retval_sentinel) = boolean_false_node; in maybe_set_retval_sentinel()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog | 71 instead of boolean_false_node. 73 d_bool_true_node instead of boolean_false_node and boolean_true_node. 78 d_bool_true_node instead of boolean_false_node and boolean_true_node.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-convert.cc | 135 return integer_zerop (expr) ? boolean_false_node in d_truthvalue_conversion() 141 : boolean_false_node; in d_truthvalue_conversion()
|