Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-evrp.c115 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 Dvalue-range.h80 bool singleton_p (tree *result = NULL) const; in class()
H A Dvalue-range.cc431 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 Dtree-ssa-dom.c928 : (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 Drange-op.cc1357 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 Dvr-values.c430 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 Dtree-vrp.c5001 if (new_vr.singleton_p (&singleton)) in simplify_stmt_for_jump_threading()
H A Dipa-cp.c1539 if (vr.singleton_p ()) in ipa_value_range_from_jfunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-query.cc93 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 Dgimple-range-fold.cc841 && 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 Drange-op.cc1643 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 Dgimple-range-cache.cc950 current_p = r.singleton_p () in get_global_range()
986 if (r.singleton_p () in set_global_range()
H A Dvalue-range.h70 bool singleton_p (tree *result = NULL) const; in class()
H A Dvr-values.cc482 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 Dtree-ssa-dom.cc714 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 Dvalue-range.cc533 irange::singleton_p (tree *result) const in singleton_p() function in irange
562 return vr0.singleton_p (result); in singleton_p()
H A Dtree-ssa-threadedge.cc1420 if (m_query->range_of_stmt (r, stmt) && r.singleton_p (&ret)) in simplify()
H A Dgimple-range-gori.cc783 return (r.singleton_p () || !r.contains_p (build_zero_cst (type))); in range_is_either_true_or_false()
H A Dgimple-ssa-warn-access.cc2796 || !rng.singleton_p (&ord)) in memmodel_to_uhwi()
H A Dipa-cp.cc1653 if (vr.singleton_p ()) in ipa_value_range_from_jfunc()
H A DChangeLog-20194972 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 DChangeLog-20184736 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 DChangeLog-202016433 (irange::singleton_p): Same.