Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
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()
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()
Dbasic-block.h875 extern bool probably_never_executed_bb_p (basic_block);
Dcfg.c495 if (probably_never_executed_bb_p (bb)) in dump_bb_info()
Dfinal.c710 || probably_never_executed_bb_p (bb)) in compute_alignments()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dpredict.c150 probably_never_executed_bb_p (bb) in probably_never_executed_bb_p() function
1258 if (!probably_never_executed_bb_p (bb)) in compute_function_frequency()
Dcfg.c584 if (probably_never_executed_bb_p (bb))
Dbasic-block.h707 extern bool probably_never_executed_bb_p PARAMS ((basic_block));
DChangeLog.77463 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
7469 probably_never_executed_bb_p): New functions.
7473 probably_never_executed_bb_p): New functions.