| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-query.cc | 62 return range_of_expr (r, expr); in range_on_edge() 74 return range_of_expr (r, name); in range_of_stmt() 87 if (range_of_expr (r, expr, stmt)) in value_of_expr() 92 range_of_expr (r, expr); in value_of_expr() 112 range_of_expr (r, expr); in value_on_edge() 169 if (range_of_expr (r, const_cast<tree> (expr), stmt)) in get_value_range() 241 range_of_expr (r0, TREE_OPERAND (expr, 0), stmt); in get_tree_range() 242 range_of_expr (r1, TREE_OPERAND (expr, 1), stmt); in get_tree_range() 255 range_of_expr (r0, TREE_OPERAND (expr, 0), stmt); in get_tree_range() 439 global_range_query::range_of_expr (irange &r, tree expr, gimple *stmt) in range_of_expr() function in global_range_query [all …]
|
| H A D | gimple-range-tests.cc | 41 ASSERT_TRUE (range_of_expr (r, expr)); in test_expr_eval() 45 virtual bool range_of_expr (irange &r, tree expr, gimple * = NULL) OVERRIDE in range_of_expr() function in selftest::test_expr_eval 57 return gimple_ranger::range_of_expr (r, expr); in range_of_expr()
|
| H A D | value-query.h | 92 virtual bool range_of_expr (irange &r, tree expr, gimple * = NULL) = 0; 126 bool range_of_expr (irange &r, tree expr, gimple * = NULL) OVERRIDE;
|
| H A D | gimple-range-path.cc | 89 return get_global_range_query ()->range_of_expr (r, name); in get_cache() 162 if (m_ranger->range_of_expr (r, name, last)) in range_on_path_entry() 223 path_range_query::range_of_expr (irange &r, tree name, gimple *stmt) in range_of_expr() function in path_range_query 280 if (m_resolve && m_ranger->range_of_expr (r, name, phi)) in ssa_range_in_phi() 291 if (range_of_expr (arg_range, arg, /*stmt=*/NULL)) in ssa_range_in_phi()
|
| H A D | gimple-range.cc | 74 gimple_ranger::range_of_expr (irange &r, tree expr, gimple *stmt) in range_of_expr() function in gimple_ranger 112 m_cache.range_of_expr (r, expr, stmt); in range_of_expr() 193 range_of_expr (r, name, s); in range_on_exit()
|
| H A D | gimple-range.h | 52 virtual bool range_of_expr (irange &r, tree name, gimple * = NULL) OVERRIDE;
|
| H A D | gimple-range-path.h | 41 bool range_of_expr (irange &r, tree name, gimple * = NULL) override;
|
| H A D | gimple-range-fold.cc | 64 return m_query->range_of_expr (r, expr); in get_operand() 156 return m_query->range_of_expr (r, expr, m_stmt); in get_operand() 264 return m_query->range_of_expr (r, expr); in get_operand() 1319 if (src.query ()->range_of_expr (r, min, phi) && !r.undefined_p ()) in range_of_ssa_name_with_loop_info() 1326 if (src.query ()->range_of_expr (r, max, phi) && !r.undefined_p ()) in range_of_ssa_name_with_loop_info()
|
| H A D | gimple-range-cache.h | 127 virtual bool range_of_expr (irange &r, tree name, gimple *stmt);
|
| H A D | vr-values.h | 112 virtual bool range_of_expr (irange &r, tree expr, gimple *stmt) OVERRIDE;
|
| H A D | gimple-ssa-warn-alloca.cc | 221 && get_range_query (cfun)->range_of_expr (r, len, stmt) in alloca_call_type()
|
| H A D | tree-ssa-strlen.cc | 219 if (!rvals->range_of_expr (vr, val, stmt)) in get_range() 352 if (!rvals->range_of_expr (vr, si->nonzero_chars, stmt)) in compare_nonzero_chars() 988 rvals->range_of_expr (vr, si->nonzero_chars, in dump_strlen_info() 1003 ->range_of_expr (vr, si->nonzero_chars); in dump_strlen_info() 1250 ptr_qry->rvals->range_of_expr (vr, si->nonzero_chars, si->stmt); in get_range_strlen_dynamic() 1294 ptr_qry->rvals->range_of_expr (vr, si->nonzero_chars, stmt); in get_range_strlen_dynamic() 1938 get_range_query (cfun)->range_of_expr (r, bound); in set_strlen_range() 2916 if (!get_range_query (cfun)->range_of_expr (r, cnt) in maybe_diag_stxncpy_trunc() 4055 get_range_query (cfun)->range_of_expr (r, si->nonzero_chars); in get_len_or_size() 4776 ptr_qry.rvals->range_of_expr (vr, si->nonzero_chars, stmt); in count_nonzero_bytes_addr() [all …]
|
| H A D | tree-ssa-loop-niter.cc | 233 && get_range_query (cfun)->range_of_expr (r, varc1) in refine_value_range_using_guard() 378 get_range_query (cfun)->range_of_expr (var_range, var); in determine_value_range() 393 && get_range_query (cfun)->range_of_expr (phi_range, in determine_value_range() 414 get_range_query (cfun)->range_of_expr (vr, var); in determine_value_range() 3655 if (get_range_query (cfun)->range_of_expr (base_range, orig_base) in record_nonwrapping_iv() 3677 if (get_range_query (cfun)->range_of_expr (base_range, orig_base) in record_nonwrapping_iv() 3952 get_range_query (cfun)->range_of_expr (r, def); in infer_loop_bounds_from_signedness() 5002 get_range_query (cfun)->range_of_expr (r, var); in scev_var_range_cant_overflow()
|
| H A D | vr-values.cc | 120 || (get_global_range_query ()->range_of_expr (*vr, in get_lattice_entry() 129 get_global_range_query ()->range_of_expr (*vr, const_cast <tree> (var)); in get_lattice_entry() 180 vr_values::range_of_expr (irange &r, tree expr, gimple *stmt) in range_of_expr() function in vr_values 267 get_global_range_query ()->range_of_expr (nr, const_cast <tree> (var)); in update_value_range() 3971 get_range_query (cfun)->range_of_expr (vr, innerop, stmt); in simplify_conversion_using_ranges() 4366 && query->range_of_expr (range, op0, stmt)) in simplify()
|
| H A D | tree-ssanames.cc | 514 if (get_range_query (cfun)->range_of_expr (r, op) && r == onezero) in ssa_name_has_boolean_range()
|
| H A D | tree-ssa-threadbackward.cc | 296 m_solver->range_of_expr (r, name, sw); in find_taken_edge_switch()
|
| H A D | tree-dfa.cc | 551 && query->range_of_expr (vr, index) in get_ref_base_and_extent()
|
| H A D | gimple-ssa-sprintf.cc | 1081 query->range_of_expr (vr, arg, stmt); in get_int_range() 1386 ptr_qry.rvals->range_of_expr (vr, arg, dir.info->callstmt); in format_integer() 4616 ptr_qry.rvals->range_of_expr (vr, size, info.callstmt); in handle_printf_call()
|
| H A D | tree-ssa-threadedge.cc | 1427 if (m_query->range_of_expr (r, index, stmt)) in simplify()
|
| H A D | tree-affine.cc | 353 && get_range_query (cfun)->range_of_expr (vr, op0) in expr_to_aff_combination()
|
| H A D | gimple-ssa-warn-access.cc | 333 get_global_range_query ()->range_of_expr (r, bound); in check_nul_terminated_array() 2794 if (!get_range_query (cfun)->range_of_expr (rng, ord, stmt) in memmodel_to_uhwi() 4197 if (m_ptr_qry.rvals->range_of_expr (vr, realloc_lhs, use_stmt)) in check_pointer_uses()
|
| H A D | tree-scalar-evolution.cc | 3040 || !get_range_query (cfun)->range_of_expr (r, base) in iv_can_overflow_p() 3048 || !get_range_query (cfun)->range_of_expr (r, step) in iv_can_overflow_p()
|
| H A D | gimple-loop-versioning.cc | 1478 if (get_range_query (cfun)->range_of_expr (r, name, stmt) in prune_loop_conditions()
|
| H A D | graphite-sese-to-poly.cc | 427 && get_range_query (cfun)->range_of_expr (r, parameter) in add_param_constraints()
|
| H A D | gimple-range-cache.cc | 1057 ranger_cache::range_of_expr (irange &r, tree name, gimple *stmt) in range_of_expr() function in ranger_cache
|