/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-evrp.c | 115 if (vr->singleton_p (&val) && may_propagate_copy (lhs, val)) in before_dom_children() 166 if (vr->singleton_p (&val) in before_dom_children() 250 if (vr->singleton_p (&val) && may_propagate_copy (arg, val)) in before_dom_children()
|
H A D | value-range.h | 80 bool singleton_p (tree *result = NULL) const; in class()
|
H A D | value-range.cc | 431 value_range::singleton_p (tree *result) const in singleton_p() function in value_range 449 return vr0.singleton_p (result); in singleton_p()
|
H A D | tree-ssa-dom.c | 928 : (vr->singleton_p (&singleton) in simplify_stmt_for_jump_threading() 971 if (new_vr.singleton_p (&singleton)) in simplify_stmt_for_jump_threading()
|
H A D | range-op.cc | 1357 if (op2.singleton_p (&offset) in op1_range() 1389 if (op2.singleton_p ()) in fold_range() 1641 if (!lhs.singleton_p ()) in op1_range()
|
H A D | vr-values.c | 430 if (get_value_range (op)->singleton_p (&t)) in op_with_constant_singleton_value_range() 2020 if (vr->singleton_p (&singleton)) in vrp_valueize_1()
|
H A D | tree-vrp.c | 5001 if (new_vr.singleton_p (&singleton)) in simplify_stmt_for_jump_threading()
|
H A D | ipa-cp.c | 1539 if (vr.singleton_p ()) in ipa_value_range_from_jfunc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-query.cc | 93 if (r.singleton_p (&t)) in value_of_expr() 113 if (r.singleton_p (&t)) in value_on_edge() 133 if (range_of_stmt (r, stmt, name) && r.singleton_p (&t)) in value_of_stmt()
|
H A D | gimple-range-fold.cc | 841 && arg_range.singleton_p ()) in range_of_phi() 943 if (r.singleton_p ()) in range_of_builtin_ubsan_call() 989 if (src.get_operand (r, arg) && r.singleton_p ()) in range_of_builtin_call() 1288 if (cond_range.singleton_p ()) in range_of_cond_expr() 1351 if (!src.gori () || !src.query ()->oracle () || lhs_range.singleton_p ()) in relation_fold_and_or() 1515 && r.singleton_p ()) in register_outgoing_edges() 1522 && r.singleton_p ()) in register_outgoing_edges()
|
H A D | range-op.cc | 1643 if (op2.singleton_p (&offset) && !integer_zerop (offset)) in op1_range() 1894 if (op2.singleton_p (&offset) in op1_range() 1978 if (shift_range.singleton_p ()) in fold_range() 2096 if (op2.singleton_p (&shift_amount)) in op1_range() 2161 if (op2.singleton_p (&shift)) in op1_range() 2386 || (lhs.singleton_p () in op1_range() 2584 if (op.singleton_p (&mask)) in unsigned_singleton_p() 2862 if (!op2.singleton_p ()) in simple_op1_range_solver()
|
H A D | gimple-range-cache.cc | 950 current_p = r.singleton_p () in get_global_range() 986 if (r.singleton_p () in set_global_range()
|
H A D | value-range.h | 70 bool singleton_p (tree *result = NULL) const; in class()
|
H A D | vr-values.cc | 482 if (get_value_range (op)->singleton_p (&t)) in op_with_constant_singleton_value_range() 1665 query->get_value_range (init, stmt)->singleton_p (&init); in bounds_of_var_in_loop() 1668 query->get_value_range (step, stmt)->singleton_p (&step); in bounds_of_var_in_loop() 1910 if (vr->singleton_p (&singleton)) in vrp_valueize_1() 3492 if (query->range_of_stmt (r, cond) && r.singleton_p ()) in fold_cond()
|
H A D | tree-ssa-dom.cc | 714 if (new_vr.singleton_p (&singleton)) in simplify() 1838 if (query->range_of_expr (r, op, stmt) && r.singleton_p (&single)) in cprop_operand()
|
H A D | value-range.cc | 533 irange::singleton_p (tree *result) const in singleton_p() function in irange 562 return vr0.singleton_p (result); in singleton_p()
|
H A D | tree-ssa-threadedge.cc | 1420 if (m_query->range_of_stmt (r, stmt) && r.singleton_p (&ret)) in simplify()
|
H A D | gimple-range-gori.cc | 783 return (r.singleton_p () || !r.contains_p (build_zero_cst (type))); in range_is_either_true_or_false()
|
H A D | gimple-ssa-warn-access.cc | 2796 || !rng.singleton_p (&ord)) in memmodel_to_uhwi()
|
H A D | ipa-cp.cc | 1653 if (vr.singleton_p ()) in ipa_value_range_from_jfunc()
|
H A D | ChangeLog-2019 | 4972 singleton_p, type, dump, dump_value_range, debug, vrp_val_max, 7126 (value_range_base::singleton_p): Remove last argument to 11237 * tree-vrp.c (value_range_base::singleton_p): Use 11500 (value_range_base::singleton_p): Do not call 17569 (value_range_base::singleton_p): Handle VR_ANTI_RANGEs. 25738 value_range::singleton_p. 25742 value_range::singleton_p.
|
H A D | ChangeLog-2018 | 4736 value_range_base::singleton_p): Move from value_range. 4745 (value_range::singleton_p): Likewise. 5051 (value_range::singleton_p): Same. 8072 (value_range::singleton_p): New.
|
H A D | ChangeLog-2020 | 16433 (irange::singleton_p): Same.
|