Home
last modified time | relevance | path

Searched refs:maybe_hot_bb_p (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dcfgcleanup.c1257 && maybe_hot_bb_p (bb1) in condjump_equiv_p()
1258 && maybe_hot_bb_p (bb2)) in condjump_equiv_p()
1393 && maybe_hot_bb_p (bb1) in outgoing_edges_match()
1394 && maybe_hot_bb_p (bb2)) in outgoing_edges_match()
Dtracer.c77 if (!maybe_hot_bb_p (bb)) in ignore_bb_p()
Dtree-ssa-loop-ivcanon.c378 if (may_increase_size && maybe_hot_bb_p (loop->header)) in tree_unroll_loops_completely()
Dtree-outof-ssa.c711 maybe_hot_bb_p (bb), in coalesce_phi_operands()
740 maybe_hot_bb_p (EXIT_BLOCK_PTR), in coalesce_result_decls()
799 maybe_hot_bb_p (bb), in coalesce_asm_operands()
1189 maybe_hot_bb_p (bb), in coalesce_vars()
Dloop-unswitch.c305 if (!maybe_hot_bb_p (loop->header)) in unswitch_single_loop()
Dloop-unroll.c297 if (!maybe_hot_bb_p (loop->header)) in decide_unrolling_and_peeling()
401 if (!maybe_hot_bb_p (loop->header)) in decide_peel_completely()
Dpredict.c118 maybe_hot_bb_p (basic_block bb) in maybe_hot_bb_p() function
1865 if (maybe_hot_bb_p (bb)) in compute_function_frequency()
Dbasic-block.h873 extern bool maybe_hot_bb_p (basic_block);
Dcfg.c493 if (maybe_hot_bb_p (bb)) in dump_bb_info()
Dvalue-prof.c113 if (!maybe_hot_bb_p (bb)) in tree_value_profile_transformations()
Dbb-reorder.c1175 if (code_may_grow && maybe_hot_bb_p (bb)) in copy_bb_p()
Dtree-ssa-live.c1477 maybe_hot_bb_p (bb), false)); in build_tree_conflict_graph()
Dfinal.c748 && maybe_hot_bb_p (bb) in compute_alignments()
DChangeLog-200221910 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
21915 * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
21919 (maybe_hot_bb_p, probably_cold_bb_p,
DChangeLog-200325526 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c18669 || !maybe_hot_bb_p (bb)) in ix86_pad_returns()