Searched refs:singleton_p (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-evrp.c115 if (vr->singleton_p (&val) && may_propagate_copy (lhs, val))
166 if (vr->singleton_p (&val)
250 if (vr->singleton_p (&val) && may_propagate_copy (arg, val))
H A Dvalue-range.h80 bool singleton_p (tree *result = NULL) const;
H A Dvalue-range.cc431 value_range::singleton_p (tree *result) const function in class:value_range
449 return vr0.singleton_p (result);
H A Dtree-ssa-dom.c928 : (vr->singleton_p (&singleton)
971 if (new_vr.singleton_p (&singleton))
H A Drange-op.cc1357 if (op2.singleton_p (&offset)
1389 if (op2.singleton_p ())
1641 if (!lhs.singleton_p ())
H A Dvr-values.c430 if (get_value_range (op)->singleton_p (&t))
2020 if (vr->singleton_p (&singleton))
H A Dtree-vrp.c5001 if (new_vr.singleton_p (&singleton))
H A Dipa-cp.c1539 if (vr.singleton_p ())
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-query.cc93 if (r.singleton_p (&t))
113 if (r.singleton_p (&t))
133 if (range_of_stmt (r, stmt, name) && r.singleton_p (&t))
H A Dgimple-range-fold.cc841 && arg_range.singleton_p ())
943 if (r.singleton_p ())
989 if (src.get_operand (r, arg) && r.singleton_p ())
1288 if (cond_range.singleton_p ())
1351 if (!src.gori () || !src.query ()->oracle () || lhs_range.singleton_p ())
1515 && r.singleton_p ())
1522 && r.singleton_p ())
H A Drange-op.cc1643 if (op2.singleton_p (&offset) && !integer_zerop (offset))
1894 if (op2.singleton_p (&offset)
1978 if (shift_range.singleton_p ())
2096 if (op2.singleton_p (&shift_amount))
2161 if (op2.singleton_p (&shift))
2386 || (lhs.singleton_p ()
2584 if (op.singleton_p (&mask))
2862 if (!op2.singleton_p ())
H A Dvalue-range.h70 bool singleton_p (tree *result = NULL) const;
H A Dgimple-range-cache.cc944 current_p = r.singleton_p ()
980 if (r.singleton_p ()
H A Dvr-values.cc482 if (get_value_range (op)->singleton_p (&t))
1665 query->get_value_range (init, stmt)->singleton_p (&init);
1668 query->get_value_range (step, stmt)->singleton_p (&step);
1910 if (vr->singleton_p (&singleton))
3492 if (query->range_of_stmt (r, cond) && r.singleton_p ())
H A Dtree-ssa-dom.cc714 if (new_vr.singleton_p (&singleton))
1838 if (query->range_of_expr (r, op, stmt) && r.singleton_p (&single))
H A Dtree-ssa-threadedge.cc1420 if (m_query->range_of_stmt (r, stmt) && r.singleton_p (&ret))
H A Dvalue-range.cc533 irange::singleton_p (tree *result) const function in class:irange
562 return vr0.singleton_p (result);
H A Dgimple-range-gori.cc783 return (r.singleton_p () || !r.contains_p (build_zero_cst (type)));
H A Dgimple-ssa-warn-access.cc2795 || !rng.singleton_p (&ord))
H A Dipa-cp.cc1653 if (vr.singleton_p ())

Completed in 449 milliseconds