| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | profile-count.h | 243 bool initialized_p () const in class() 269 if (!initialized_p ()) in class() 277 gcc_checking_assert (initialized_p ()); in class() 292 gcc_checking_assert (initialized_p ()); in class() 329 if (!initialized_p () || !other.initialized_p ()) in class() 347 if (!initialized_p () || !other.initialized_p ()) in class() 362 if (!initialized_p () || !other.initialized_p ()) in class() 375 if (!initialized_p () || !other.initialized_p ()) in class() 390 if (!initialized_p () || !other.initialized_p ()) in class() 403 if (!initialized_p () || !other.initialized_p ()) in class() [all …]
|
| D | profile-count.cc | 92 if (!initialized_p ()) in dump() 124 if (!initialized_p () || !other.initialized_p ()) in differs_from_p() 170 if (!initialized_p ()) in dump() 216 if (!initialized_p () || !other.initialized_p ()) in differs_from_p() 232 if (!initialized_p () || !other.initialized_p ()) in differs_lot_from_p() 291 if (!initialized_p ()) in to_frequency() 296 gcc_assert (fun->cfg->count_max.initialized_p ()); in to_frequency() 298 if (!prob.initialized_p ()) in to_frequency() 310 if (!initialized_p () || !entry_bb_count.initialized_p ()) in to_cgraph_frequency() 314 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency() [all …]
|
| D | ipa-utils.cc | 423 if (!src->count.initialized_p () in ipa_merge_profiles() 434 && dst->count.ipa ().initialized_p () in ipa_merge_profiles() 435 && src->count.ipa ().initialized_p ()) in ipa_merge_profiles() 437 else if (dst->count.ipa ().initialized_p ()) in ipa_merge_profiles() 439 else if (src->count.ipa ().initialized_p ()) in ipa_merge_profiles() 617 bool srcscale = srcnum.initialized_p () && !(srcnum == srcden); in ipa_merge_profiles() 621 && dstnum.initialized_p () && !(dstnum == dstden); in ipa_merge_profiles() 643 if (srce->probability.initialized_p ()) in ipa_merge_profiles()
|
| D | tracer.cc | 169 if (!e->count ().initialized_p ()) in find_best_successor() 176 if (!best->probability.initialized_p () in find_best_successor() 193 if (!e->count ().initialized_p ()) in find_best_predecessor() 200 if (bb->count.initialized_p () in find_best_predecessor()
|
| D | cfghooks.cc | 161 && !bb->count.initialized_p () && !flag_graphite && 0) in verify_flow_info() 184 && !e->probability.initialized_p () && !flag_graphite && 0) in verify_flow_info() 346 if (bb->count.initialized_p ()) in DEFINE_DEBUG_HASH_SET() 1482 if (e->probability.initialized_p ()) in profile_record_check_consistency() 1494 (cfun)->count.ipa ().initialized_p () in profile_record_check_consistency() 1497 && bb->count.ipa ().initialized_p ()) in profile_record_check_consistency() 1501 else if (bb->count.initialized_p ()) in profile_record_check_consistency() 1524 (cfun)->count.ipa ().initialized_p () in profile_record_check_consistency() 1527 && max.ipa ().initialized_p ()) in profile_record_check_consistency() 1531 else if (bb->count.initialized_p ()) in profile_record_check_consistency()
|
| D | ipa-inline.cc | 884 && (!e->count.ipa ().initialized_p () || !e->maybe_hot_p ())) in want_inline_small_function_p() 1193 || callee->count.ipa ().initialized_p ()); in edge_badness() 1250 else if (caller->count.ipa ().initialized_p ()) in edge_badness() 1333 edge->count.ipa ().initialized_p () in edge_badness() 1335 caller->count.ipa ().initialized_p () in edge_badness() 1725 if (node->count.nonzero_p () && curr->count.initialized_p ()) in recursive_inlining() 1894 if (edge->count.ipa ().initialized_p ()) in resolve_noninline_speculation() 2105 && (!max_count.initialized_p () || !max_count.nonzero_p ())) in inline_small_functions() 2183 if (edge->count.ipa ().initialized_p ()) in inline_small_functions() 2523 if (node->count.ipa ().initialized_p ()) in dump_overall_stats() [all …]
|
| D | graphite.cc | 83 if (bb->count.initialized_p ()) in print_global_statistics() 97 if (bb->count.initialized_p ()) in print_global_statistics() 104 if (bb->count.initialized_p ()) in print_global_statistics() 151 if (bb->count.initialized_p ()) in print_graphite_scop_statistics()
|
| D | cfgloopanal.cc | 263 else if (loop->latch && (loop->latch->count.initialized_p () in expected_loop_iterations_unbounded() 264 || loop->header->count.initialized_p ())) in expected_loop_iterations_unbounded() 275 if (!count_latch.initialized_p ()) in expected_loop_iterations_unbounded()
|
| D | predict.cc | 156 if (!count.initialized_p ()) in maybe_hot_count_p() 444 if (!e->probability.initialized_p ()) in predictable_edge_p() 777 if (bb->count.initialized_p ()) in dump_prediction() 878 if (e->probability.initialized_p ()) in set_even_probabilities() 903 if (e->probability.initialized_p ()) in set_even_probabilities() 936 if (e->probability.initialized_p ()) in set_even_probabilities() 1227 else if (!e->probability.initialized_p ()) in combine_predictions_for_bb() 1229 if (!e->probability.initialized_p ()) in combine_predictions_for_bb() 1415 if (e->probability.initialized_p ()) in combine_predictions_for_bb() 3386 sreal tmp = e->probability.initialized_p () ? in propagate_freq() [all …]
|
| D | ipa-profile.cc | 328 if (bb->count.ipa_p () && bb->count.initialized_p ()) in ipa_profile_generate_summary() 588 if (edge->count.ipa ().initialized_p () in ipa_propagate_frequency_1() 683 if (node->count. ipa().initialized_p ()) in ipa_propagate_frequency() 845 if (n->count.initialized_p ()) in ipa_profile()
|
| D | cfg.cc | 443 if (e->probability.initialized_p ()) in check_bb_profile() 518 if (e->probability.initialized_p () && do_details) in dump_edge_info() 525 if (e->count ().initialized_p () && do_details) in dump_edge_info() 808 if (bb->count.initialized_p ()) in dump_bb_info()
|
| D | function-abi.h | 42 bool initialized_p () const { return m_initialized; } in initialized_p() function
|
| D | bb-reorder.cc | 555 || !prob.initialized_p () in find_traces_1_round() 651 || !prob.initialized_p () in find_traces_1_round() 960 || (!best_prob.initialized_p () in better_edge_p() 971 || (!best_count.initialized_p () in better_edge_p() 1305 && (!best->count ().initialized_p () in connect_traces() 1594 if (!highest_probability.initialized_p () in sanitize_hot_paths() 1617 if (highest_count.initialized_p ()) in sanitize_hot_paths()
|
| D | postreload-gcse.cc | 1092 if (EDGE_CRITICAL_P (pred) && pred->count ().initialized_p ()) in eliminate_partially_redundant_load() 1098 if (pred->count ().initialized_p ()) in eliminate_partially_redundant_load() 1123 if (pred->count ().initialized_p ()) in eliminate_partially_redundant_load()
|
| D | regs.h | 132 || !cfun->cfg->count_max.initialized_p ()) \
|
| D | symtab-thunks.cc | 458 if (!cfg_count.initialized_p ()) in expand_thunk() 648 = cfg_count.initialized_p () && cfg_count.ipa_p () in expand_thunk()
|
| D | cfgloopmanip.cc | 551 && loop->header->count.initialized_p ()) in scale_loop_profile() 595 || !p.initialized_p ()) in scale_loop_profile() 1131 if (orig && orig->probability.initialized_p () in duplicate_loop_body_to_header_edge() 1136 if (orig->count ().initialized_p ()) in duplicate_loop_body_to_header_edge()
|
| D | cgraph.cc | 1456 if (!prob.initialized_p ()) in redirect_call_stmt_to_callee() 2096 if (count.initialized_p ()) in dump_edge_flags() 2167 if (count.initialized_p ()) in dump() 2251 if (edge->count.initialized_p ()) in dump() 2263 if (!body_removed && count.ipa ().initialized_p ()) in dump() 2270 if (dyn_cast <cgraph_node *> (ref->referring)->count.initialized_p ()) in dump() 2947 if (!count.initialized_p ()) in maybe_hot_p() 2950 if (!where->count.initialized_p ()) in maybe_hot_p()
|
| D | graph.cc | 152 if (e->probability.initialized_p ()) in draw_cfg_node_succ_edges()
|
| D | gimple-pretty-print.cc | 97 if (!count.initialized_p ()) in dump_profile() 102 else if (count.initialized_p ()) in dump_profile() 122 if (probability.initialized_p ()) in dump_probability() 130 if (probability.initialized_p ()) in dump_probability() 2914 if (bb->count.initialized_p ()) in dump_gimple_bb_header() 2974 if (e->probability.initialized_p ()) in pp_cfg_jump()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-block.c | 47 int initialized_p; member 121 block_iter_obj->initialized_p = 0; in blpy_iter() 364 if (!iter_obj->initialized_p) in blpy_block_syms_iternext() 367 iter_obj->initialized_p = 1; in blpy_block_syms_iternext()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | arch-utils.c | 1238 gdb_assert (!arch->initialized_p); in gdbarch_free() 1433 if (new_gdbarch->initialized_p) in gdbarch_find_by_info() 1478 new_gdbarch->initialized_p = true; in gdbarch_find_by_info() 1493 return arch->initialized_p; in gdbarch_initialized_p()
|
| D | ada-tasks.c | 175 int initialized_p = 0; member 617 pspace_data->initialized_p = 1; in ada_get_tcb_types_info() 675 if (!pspace_data->initialized_p) in read_atcb() 1452 get_ada_tasks_pspace_data (pspace)->initialized_p = 0; in ada_tasks_invalidate_pspace_data()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | kvx-dis.c | 196 int initialized_p; member 206 .initialized_p = 0, 257 env.initialized_p = 1; in kvx_dis_init() 1009 if (!env.initialized_p) in print_insn_kvx() 1211 if (!env.initialized_p) in decode_prologue_epilogue_bundle()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | kvx-dis.c | 196 int initialized_p; member 206 .initialized_p = 0, 257 env.initialized_p = 1; in kvx_dis_init() 1009 if (!env.initialized_p) in print_insn_kvx() 1211 if (!env.initialized_p) in decode_prologue_epilogue_bundle()
|