Home
last modified time | relevance | path

Searched refs:initialized_p (Results 1 – 25 of 120) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.h243 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 …]
H A Dprofile-count.c92 if (!initialized_p ()) in dump()
114 if (!initialized_p () || !other.initialized_p ()) in differs_from_p()
159 if (!initialized_p ()) in dump()
194 if (!initialized_p () || !other.initialized_p ()) in differs_from_p()
210 if (!initialized_p () || !other.initialized_p ()) in differs_lot_from_p()
269 if (!initialized_p ()) in to_frequency()
274 gcc_assert (fun->cfg->count_max.initialized_p ()); in to_frequency()
276 if (!prob.initialized_p ()) in to_frequency()
288 if (!initialized_p () || !entry_bb_count.initialized_p ()) in to_cgraph_frequency()
292 gcc_checking_assert (entry_bb_count.initialized_p ()); in to_cgraph_frequency()
[all …]
H A Dipa-utils.c423 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()
H A Dtracer.c155 if (!e->count ().initialized_p ()) in find_best_successor()
162 if (!best->probability.initialized_p () in find_best_successor()
179 if (!e->count ().initialized_p ()) in find_best_predecessor()
186 if (bb->count.initialized_p () in find_best_predecessor()
H A Dipa-inline.c847 && (!e->count.ipa ().initialized_p () || !e->maybe_hot_p ())) in want_inline_small_function_p()
1138 || callee->count.ipa ().initialized_p ()); in edge_badness()
1195 else if (caller->count.ipa ().initialized_p ()) in edge_badness()
1278 edge->count.ipa ().initialized_p () ? edge->count.ipa ().to_gcov_type () : -1, in edge_badness()
1279 caller->count.ipa ().initialized_p () ? caller->count.ipa ().to_gcov_type () : -1, in edge_badness()
1665 if (node->count.nonzero_p () && curr->count.initialized_p ()) in recursive_inlining()
1834 if (edge->count.ipa ().initialized_p ()) in resolve_noninline_speculation()
2040 && (!max_count.initialized_p () || !max_count.nonzero_p ())) in inline_small_functions()
2118 if (edge->count.ipa ().initialized_p ()) in inline_small_functions()
2458 if (node->count.ipa ().initialized_p ()) in dump_overall_stats()
[all …]
H A Dgraphite.c83 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()
H A Dcfgloopanal.c263 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()
H A Dpredict.c156 if (!count.initialized_p ()) in maybe_hot_count_p()
407 if (!e->probability.initialized_p ()) in predictable_edge_p()
739 if (bb->count.initialized_p ())
840 if (e->probability.initialized_p ())
865 if (e->probability.initialized_p ())
898 if (e->probability.initialized_p ())
1189 else if (!e->probability.initialized_p ()) in combine_predictions_for_bb()
1191 if (!e->probability.initialized_p ()) in combine_predictions_for_bb()
1377 if (e->probability.initialized_p ()) in combine_predictions_for_bb()
3327 sreal tmp = e->probability.initialized_p () ? in propagate_freq()
[all …]
H A Dcfg.c429 if (e->probability.initialized_p ()) in check_bb_profile()
504 if (e->probability.initialized_p () && do_details) in dump_edge_info()
511 if (e->count ().initialized_p () && do_details) in dump_edge_info()
772 if (bb->count.initialized_p ()) in dump_bb_info()
H A Dipa-profile.c327 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()
H A Dfunction-abi.h42 bool initialized_p () const { return m_initialized; } in initialized_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.h243 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 …]
H A Dprofile-count.cc92 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 …]
H A Dipa-utils.cc423 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()
H A Dtracer.cc169 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()
H A Dcfghooks.cc161 && !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()
H A Dipa-inline.cc884 && (!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 …]
H A Dgraphite.cc83 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()
H A Dcfgloopanal.cc263 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()
H A Dpredict.cc156 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 …]
H A Dcfg.cc443 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()
H A Dipa-profile.cc328 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()
H A Dfunction-abi.h42 bool initialized_p () const { return m_initialized; } in initialized_p() function
H A Dbb-reorder.cc555 || !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()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dkvx-dis.c196 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()

12345