Home
last modified time | relevance | path

Searched refs:probably_never_executed_bb_p (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dbb-reorder.c210 || probably_never_executed_bb_p (bb)); in push_to_next_round_p()
818 || probably_never_executed_bb_p (bb)) in bb_to_key()
1234 if (probably_never_executed_bb_p (bb)) in find_rarely_executed_basic_blocks_and_crossing_edges()
H A Dpredict.c145 probably_never_executed_bb_p (basic_block bb) in probably_never_executed_bb_p() function
1870 if (!probably_never_executed_bb_p (bb)) in compute_function_frequency()
H A Dbasic-block.h875 extern bool probably_never_executed_bb_p (basic_block);
H A Dcfg.c495 if (probably_never_executed_bb_p (bb)) in dump_bb_info()
H A Dfinal.c703 || probably_never_executed_bb_p (bb)) in compute_alignments()
H A DChangeLog-200221910 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
21916 probably_never_executed_bb_p): New functions.
21920 probably_never_executed_bb_p): New functions.
H A DChangeLog-200325527 probably_never_executed_bb_p, compute_frequency_function): Adjust