Searched refs:maybe_hot_bb_p (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | cfgcleanup.c | 1257 && 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()
|
| D | tracer.c | 77 if (!maybe_hot_bb_p (bb)) in ignore_bb_p()
|
| D | tree-ssa-loop-ivcanon.c | 378 if (may_increase_size && maybe_hot_bb_p (loop->header)) in tree_unroll_loops_completely()
|
| D | tree-outof-ssa.c | 711 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()
|
| D | loop-unswitch.c | 305 if (!maybe_hot_bb_p (loop->header)) in unswitch_single_loop()
|
| D | loop-unroll.c | 297 if (!maybe_hot_bb_p (loop->header)) in decide_unrolling_and_peeling() 401 if (!maybe_hot_bb_p (loop->header)) in decide_peel_completely()
|
| D | predict.c | 118 maybe_hot_bb_p (basic_block bb) in maybe_hot_bb_p() function 1865 if (maybe_hot_bb_p (bb)) in compute_function_frequency()
|
| D | basic-block.h | 873 extern bool maybe_hot_bb_p (basic_block);
|
| D | cfg.c | 493 if (maybe_hot_bb_p (bb)) in dump_bb_info()
|
| D | value-prof.c | 113 if (!maybe_hot_bb_p (bb)) in tree_value_profile_transformations()
|
| D | bb-reorder.c | 1175 if (code_may_grow && maybe_hot_bb_p (bb)) in copy_bb_p()
|
| D | tree-ssa-live.c | 1477 maybe_hot_bb_p (bb), false)); in build_tree_conflict_graph()
|
| D | final.c | 748 && maybe_hot_bb_p (bb) in compute_alignments()
|
| D | ChangeLog-2002 | 21910 (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,
|
| D | ChangeLog-2003 | 25526 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.c | 18669 || !maybe_hot_bb_p (bb)) in ix86_pad_returns()
|