/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-prop.h | 351 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant() 358 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant_rdesc() 367 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_zap_jf_refdesc() 376 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operand() 386 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_formal_id() 395 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operation() 404 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_agg_preserved() 414 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_refdesc_decremented() 424 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_set_jf_pass_through_refdesc_decremented() 434 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_type_preserved() [all …]
|
H A D | profile-count.h | 259 gcc_checking_assert (v >= 0 && v <= REG_BR_PROB_BASE); in class() 277 gcc_checking_assert (initialized_p ()); in class() 292 gcc_checking_assert (initialized_p ()); in class() 294 gcc_checking_assert (from_reg_br_prob_note (ret) == *this); in class() 303 gcc_checking_assert (val1 >= 0 && val2 > 0); in class() 310 gcc_checking_assert (tmp <= max_probability); in class() 432 gcc_checking_assert (other.m_val); in class() 462 gcc_checking_assert (other.m_val); in class() 573 gcc_checking_assert (m_quality != UNINITIALIZED_PROFILE); in class() 781 gcc_checking_assert (initialized_p ()); in to_gcov_type() [all …]
|
H A D | attr-fnspec.h | 127 gcc_checking_assert (arg_specified_p (i)); in arg_direct_p() 137 gcc_checking_assert (arg_specified_p (i)); in arg_used_p() 146 gcc_checking_assert (arg_specified_p (i)); in arg_readonly_p() 155 gcc_checking_assert (arg_specified_p (i)); in arg_maybe_read_p() 166 gcc_checking_assert (arg_specified_p (i)); in arg_maybe_written_p() 178 gcc_checking_assert (arg_specified_p (i)); in arg_max_access_size_given_by_arg_p() 194 gcc_checking_assert (arg_specified_p (i)); in arg_access_size_given_by_type_p() 205 gcc_checking_assert (arg_specified_p (i)); in arg_copied_to_arg_p() 218 gcc_checking_assert (arg_specified_p (i)); in arg_noescape_p()
|
H A D | profile-count.cc | 123 gcc_checking_assert (compatible_p (other)); in differs_from_p() 275 gcc_checking_assert (!overflow); in slow_safe_scale_64bit() 314 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency() 316 gcc_checking_assert (compatible_p (entry_bb_count)); in to_cgraph_frequency() 339 gcc_checking_assert (ipa ().initialized_p ()); in to_sreal_scale() 349 gcc_checking_assert (!ipa ().initialized_p () || !ipa ().nonzero_p ()); in to_sreal_scale() 354 gcc_checking_assert (compatible_p (in)); in to_sreal_scale() 425 gcc_checking_assert (ret.compatible_p (ipa2)); in combine_with_ipa_count_within() 437 gcc_checking_assert (v >= 0); in from_gcov_type() 477 gcc_checking_assert (initialized_p ()); in to_sreal()
|
H A D | bitmap.cc | 217 gcc_checking_assert (!head->tree_form); in bitmap_list_link_element() 276 gcc_checking_assert (!head->tree_form); in bitmap_list_unlink_element() 315 gcc_checking_assert (!head->tree_form); in bitmap_list_insert_element_after() 332 gcc_checking_assert (head->current); in bitmap_list_insert_element_after() 406 gcc_checking_assert (element != NULL); in bitmap_list_find_element() 544 gcc_checking_assert (t == e); in bitmap_tree_unlink_element() 581 gcc_checking_assert (element != NULL); in bitmap_tree_find_element() 606 gcc_checking_assert (t == e); in bitmap_tree_listify_from() 723 gcc_checking_assert (t == e); in bitmap_clear() 858 gcc_checking_assert (!to->tree_form && !from->tree_form); in bitmap_copy() [all …]
|
H A D | sreal.h | 97 gcc_checking_assert (s <= SREAL_MAX_EXP); in shift() 98 gcc_checking_assert (s >= -SREAL_MAX_EXP); in shift() 102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP); in shift() 103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP); in shift() 206 gcc_checking_assert (shift > 0); in normalize_up() 209 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_up() 235 gcc_checking_assert (shift > 0); in normalize_down() 239 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_down()
|
H A D | value-range.cc | 85 gcc_checking_assert (src.legacy_mode_p ()); in copy_legacy_to_multi_range() 86 gcc_checking_assert (!legacy_mode_p ()); in copy_legacy_to_multi_range() 99 gcc_checking_assert (cst.varying_p () || cst.kind () == VR_RANGE); in copy_legacy_to_multi_range() 110 gcc_checking_assert (legacy_mode_p ()); in copy_to_legacy() 137 gcc_checking_assert (kind != VR_UNDEFINED); in swap_out_of_order_endpoints() 175 gcc_checking_assert (!POLY_INT_CST_P (min)); in irange_set() 176 gcc_checking_assert (!POLY_INT_CST_P (max)); in irange_set() 192 gcc_checking_assert (TYPE_PRECISION (type) == 1); in irange_set_1bit_anti_range() 207 gcc_checking_assert (vrp_val_is_min (min)); in irange_set_1bit_anti_range() 208 gcc_checking_assert (vrp_val_is_max (max)); in irange_set_1bit_anti_range() [all …]
|
H A D | ipa-modref-tree.cc | 176 gcc_checking_assert (!contains (a) && !a.contains (*this)); in merge() 194 gcc_checking_assert (a.range_info_useful_p ()); in merge() 259 gcc_checking_assert (a1.parm_offset_known && b1.parm_offset_known); in closer_pair_p() 260 gcc_checking_assert (a2.parm_offset_known && b2.parm_offset_known); in closer_pair_p() 328 gcc_checking_assert (parm_index != MODREF_UNKNOWN_PARM); in forced_merge() 335 gcc_checking_assert (!contains (a) && !a.contains (*this) in forced_merge() 337 gcc_checking_assert (parm_offset_known && a.parm_offset_known); in forced_merge() 345 gcc_checking_assert (range_info_useful_p () in forced_merge() 371 gcc_checking_assert (known_le (size1, size2)); in update2() 418 gcc_checking_assert (parm_offset_known && a.parm_offset_known); in combined_offsets() [all …]
|
H A D | gimple-range.cc | 63 gcc_checking_assert ((e->flags & non_executable_edge_flag) == 0); in gimple_ranger() 141 gcc_checking_assert (gimple_range_ssa_p (name)); in range_on_entry() 175 gcc_checking_assert (bb != EXIT_BLOCK_PTR_FOR_FN (cfun)); in range_on_exit() 176 gcc_checking_assert (gimple_range_ssa_p (name)); in range_on_exit() 196 gcc_checking_assert (r.undefined_p () in range_on_exit() 209 gcc_checking_assert (irange::supports_type_p (TREE_TYPE (name))); in range_on_edge() 241 gcc_checking_assert (r.undefined_p () in range_on_edge() 368 gcc_checking_assert (stmt && gimple_bb (stmt)); in prefill_stmt_dependencies() 427 gcc_checking_assert (gimple_range_handler (stmt)); in prefill_stmt_dependencies() 610 gcc_checking_assert (!fun->x_range_query); in enable_ranger() [all …]
|
H A D | gimple-range-cache.cc | 64 gcc_checking_assert (gimple_range_ssa_p (name) in set_nonnull() 212 gcc_checking_assert (TYPE_P (t)); in sbr_vector() 230 gcc_checking_assert (curr_bb_size > m_tab_size); in grow() 326 gcc_checking_assert (TYPE_P (t)); in sbr_sparse_bitmap() 404 gcc_checking_assert (value <= SBR_UNDEF); in get_bb_range() 846 gcc_checking_assert (m_update_head > 0); in add() 858 gcc_checking_assert (!empty_p ()); in pop() 1002 gcc_checking_assert (gimple_range_ssa_p (name)); in range_of_def() 1003 gcc_checking_assert (!bb || bb == gimple_bb (SSA_NAME_DEF_STMT (name))); in range_of_def() 1105 gcc_checking_assert (gimple_range_ssa_p (name)); in block_range() [all …]
|
H A D | gimple-range-edge.cc | 60 gcc_checking_assert (e->flags & (EDGE_TRUE_VALUE | EDGE_FALSE_VALUE)); in gcond_edge_range() 88 gcc_checking_assert (is_a<gswitch *> (s)); in get_edge_range() 108 gcc_checking_assert (val); in get_edge_range() 172 gcc_checking_assert (!existed); in calc_switch_ranges() 203 gcc_checking_assert (is_a<gswitch *> (s)); in edge_range_p()
|
H A D | mux-utils.h | 153 gcc_checking_assert (!(uintptr_t (ptr) & 1)); in first() 161 gcc_checking_assert (ptr && !(uintptr_t (ptr) & 1)); in second() 172 gcc_checking_assert (m_ptr); in pointer_mux() 220 gcc_checking_assert (is_second ()); in as_a() 225 gcc_checking_assert (is_first ()); in as_a()
|
H A D | ipa-inline-analysis.cc | 116 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed() 196 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_time() 263 gcc_checking_assert (size >= 0); in do_estimate_edge_time() 264 gcc_checking_assert (time >= 0); in do_estimate_edge_time() 321 gcc_checking_assert (size); in do_estimate_edge_size() 328 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_size() 354 gcc_checking_assert (hints); in do_estimate_edge_hints() 361 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_hints() 411 gcc_checking_assert (e->inline_failed); in do_estimate_growth_1()
|
H A D | vec.h | 282 gcc_checking_assert (alloc); in reserve() 739 gcc_checking_assert (len >= oldlen); 881 gcc_checking_assert (ix < m_vecpfx.m_num); 889 gcc_checking_assert (ix < m_vecpfx.m_num); 900 gcc_checking_assert (m_vecpfx.m_num > 0); 997 gcc_checking_assert (space (len)); 1020 gcc_checking_assert (space (1)); 1033 gcc_checking_assert (length () > 0); 1045 gcc_checking_assert (length () >= size); 1057 gcc_checking_assert (length () < allocated ()); [all …]
|
H A D | ssa-iterators.h | 286 gcc_checking_assert (*(linknode->use) == def); in link_imm_use() 317 gcc_checking_assert (*(old->use) == *(node->use)); in relink_imm_use() 490 gcc_checking_assert (ptr->iter_type == ssa_op_iter_use); in op_iter_next_use() 509 gcc_checking_assert (ptr->iter_type == ssa_op_iter_def); in op_iter_next_def() 545 gcc_checking_assert (ptr->iter_type == ssa_op_iter_tree); in op_iter_next_tree() 604 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI in op_iter_init() 646 gcc_checking_assert ((flags & SSA_OP_ALL_DEFS) == 0 in op_iter_init_use() 658 gcc_checking_assert ((flags & SSA_OP_ALL_USES) == 0 in op_iter_init_def() 760 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI); in num_ssa_operands() 790 gcc_checking_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); in op_iter_init_phiuse() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-prop.h | 343 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant() 350 gcc_checking_assert (jfunc->type == IPA_JF_CONST); in ipa_get_jf_constant_rdesc() 359 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operand() 369 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_formal_id() 378 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_operation() 387 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_agg_preserved() 397 gcc_checking_assert (jfunc->type == IPA_JF_PASS_THROUGH); in ipa_get_jf_pass_through_type_preserved() 406 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_offset() 416 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_formal_id() 425 gcc_checking_assert (jfunc->type == IPA_JF_ANCESTOR); in ipa_get_jf_ancestor_agg_preserved() [all …]
|
H A D | profile-count.h | 259 gcc_checking_assert (v >= 0 && v <= REG_BR_PROB_BASE); in class() 277 gcc_checking_assert (initialized_p ()); in class() 292 gcc_checking_assert (initialized_p ()); in class() 294 gcc_checking_assert (from_reg_br_prob_note (ret) == *this); in class() 303 gcc_checking_assert (val1 >= 0 && val2 > 0); in class() 310 gcc_checking_assert (tmp <= max_probability); in class() 432 gcc_checking_assert (other.m_val); in class() 462 gcc_checking_assert (other.m_val); in class() 573 gcc_checking_assert (m_quality != UNINITIALIZED_PROFILE); in class() 778 gcc_checking_assert (initialized_p ()); in to_gcov_type() [all …]
|
H A D | profile-count.c | 113 gcc_checking_assert (compatible_p (other)); in differs_from_p() 253 gcc_checking_assert (!overflow); in slow_safe_scale_64bit() 292 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency() 294 gcc_checking_assert (compatible_p (entry_bb_count)); in to_cgraph_frequency() 317 gcc_checking_assert (ipa ().initialized_p ()); in to_sreal_scale() 327 gcc_checking_assert (!ipa ().initialized_p () || !ipa ().nonzero_p ()); in to_sreal_scale() 332 gcc_checking_assert (compatible_p (in)); in to_sreal_scale() 403 gcc_checking_assert (ret.compatible_p (ipa2)); in combine_with_ipa_count_within() 415 gcc_checking_assert (v >= 0); in from_gcov_type() 455 gcc_checking_assert (initialized_p ()); in to_sreal()
|
H A D | sreal.h | 97 gcc_checking_assert (s <= SREAL_MAX_EXP); in shift() 98 gcc_checking_assert (s >= -SREAL_MAX_EXP); in shift() 102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP); in shift() 103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP); in shift() 206 gcc_checking_assert (shift > 0); in normalize_up() 209 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_up() 235 gcc_checking_assert (shift > 0); in normalize_down() 239 gcc_checking_assert (sig <= SREAL_MAX_SIG && sig >= SREAL_MIN_SIG); in normalize_down()
|
H A D | bitmap.c | 217 gcc_checking_assert (!head->tree_form); in bitmap_list_link_element() 276 gcc_checking_assert (!head->tree_form); 315 gcc_checking_assert (!head->tree_form); 332 gcc_checking_assert (head->current); 406 gcc_checking_assert (element != NULL); in bitmap_list_find_element() 544 gcc_checking_assert (t == e); in bitmap_tree_unlink_element() 581 gcc_checking_assert (element != NULL); in bitmap_tree_find_element() 606 gcc_checking_assert (t == e); in bitmap_tree_listify_from() 718 gcc_checking_assert (t == e); in bitmap_clear() 853 gcc_checking_assert (!to->tree_form && !from->tree_form); in bitmap_copy() [all …]
|
H A D | ipa-inline-analysis.c | 116 gcc_checking_assert (!e->call_stmt_cannot_inline_p in initialize_inline_failed() 195 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_time() 259 gcc_checking_assert (size >= 0); in do_estimate_edge_time() 260 gcc_checking_assert (time >= 0); in do_estimate_edge_time() 320 gcc_checking_assert (size); in do_estimate_edge_size() 327 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_size() 359 gcc_checking_assert (hints); in do_estimate_edge_hints() 366 gcc_checking_assert (edge->inline_failed); in do_estimate_edge_hints() 418 gcc_checking_assert (e->inline_failed); in do_estimate_growth_1()
|
H A D | ssa-iterators.h | 283 gcc_checking_assert (*(linknode->use) == def); in link_imm_use() 314 gcc_checking_assert (*(old->use) == *(node->use)); in relink_imm_use() 487 gcc_checking_assert (ptr->iter_type == ssa_op_iter_use); in op_iter_next_use() 506 gcc_checking_assert (ptr->iter_type == ssa_op_iter_def); in op_iter_next_def() 542 gcc_checking_assert (ptr->iter_type == ssa_op_iter_tree); in op_iter_next_tree() 601 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI in op_iter_init() 643 gcc_checking_assert ((flags & SSA_OP_ALL_DEFS) == 0 in op_iter_init_use() 655 gcc_checking_assert ((flags & SSA_OP_ALL_USES) == 0 in op_iter_init_def() 757 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI); in num_ssa_operands() 787 gcc_checking_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); in op_iter_init_phiuse() [all …]
|
H A D | ipa-predicate.h | 188 gcc_checking_assert (i < max_clauses); 189 gcc_checking_assert (m_clause[i] > m_clause[i + 1]); 190 gcc_checking_assert (!p2.m_clause[i] 206 gcc_checking_assert (!m_clause[1]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | accesses.cc | 52 gcc_checking_assert (m_parent); in recompute_group() 72 gcc_checking_assert (m_group == group); in recompute_group() 595 gcc_checking_assert (!def->has_def_links () in insert_def_before() 601 gcc_checking_assert (*prev->insn () < *def->insn ()); in insert_def_before() 616 gcc_checking_assert (!def->has_def_links () in insert_def_after() 622 gcc_checking_assert (*next->insn () > *def->insn ()); in insert_def_after() 662 gcc_checking_assert (comparison != 0); in add_clobber() 757 gcc_checking_assert (clobber1 == group1->last_clobber () in merge_clobber_groups() 764 gcc_checking_assert (comparison == 0); in merge_clobber_groups() 808 gcc_checking_assert (comparison != 0); in split_clobber_group() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 378 gcc_checking_assert (!buffer); in ~data() 409 gcc_checking_assert (needed ? needed > obj.size : !obj.size); in grow() 711 gcc_checking_assert (pos >= 4); in set_crc() 1057 gcc_checking_assert (!string[len]); in str() 1238 gcc_checking_assert (fd < 0 && !hdr.buffer in ~elf() 1365 gcc_checking_assert (!data.buffer); in grow() 1603 gcc_checking_assert (!is_frozen ()); in freeze() 1616 gcc_checking_assert (is_frozen ()); in defrost() 1909 gcc_checking_assert (!(pos & (SECTION_ALIGN - 1))); in grow() 1923 gcc_checking_assert (hwm > extent); in grow() [all …]
|