Searched refs:probably_never_executed_bb_p (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | predict.h | 59 extern bool probably_never_executed_bb_p (struct function *, const_basic_block);
|
H A D | cfg.c | 474 if (!probably_never_executed_bb_p (fun, bb)) in check_bb_profile() 779 if (probably_never_executed_bb_p (fun, bb)) in dump_bb_info()
|
H A D | bb-reorder.c | 253 || probably_never_executed_bb_p (cfun, bb)); in push_to_next_round_p() 900 || probably_never_executed_bb_p (cfun, bb)) in bb_to_key() 1669 if (probably_never_executed_bb_p (cfun, bb)) in find_rarely_executed_basic_blocks_and_crossing_edges()
|
H A D | predict.c | 236 probably_never_executed_bb_p (struct function *fun, const_basic_block bb) in probably_never_executed_bb_p() function 3956 if (!probably_never_executed_bb_p (cfun, bb)) in compute_function_frequency()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | predict.h | 59 extern bool probably_never_executed_bb_p (struct function *, const_basic_block);
|
H A D | cfg.cc | 488 if (!probably_never_executed_bb_p (fun, bb)) in check_bb_profile() 815 if (probably_never_executed_bb_p (fun, bb)) in dump_bb_info()
|
H A D | bb-reorder.cc | 253 || probably_never_executed_bb_p (cfun, bb)); in push_to_next_round_p() 900 || probably_never_executed_bb_p (cfun, bb)) in bb_to_key() 1669 if (probably_never_executed_bb_p (cfun, bb)) in find_rarely_executed_basic_blocks_and_crossing_edges()
|
H A D | predict.cc | 236 probably_never_executed_bb_p (struct function *fun, const_basic_block bb) in probably_never_executed_bb_p() function 4038 if (!probably_never_executed_bb_p (cfun, bb)) in compute_function_frequency()
|
H A D | ChangeLog-2012 | 12658 (probably_never_executed_bb_p): New parameter fun, use its decl 12663 probably_never_executed_bb_p. 12673 * bb-reorder.c (bb_to_key): Pass cfun to probably_never_executed_bb_p. 12682 maybe_hot_bb_p and probably_never_executed_bb_p. 19607 (probably_never_executed_bb_p): Likewise.
|
H A D | ChangeLog-2007 | 11519 probably_never_executed_bb_p, edge_probability_reliable_p, 11556 probably_cold_bb_p, probably_never_executed_bb_p, 26547 (probably_never_executed_bb_p): Cold functions are cold.
|
H A D | ChangeLog-2002 | 21910 (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 D | ChangeLog-2003 | 25527 probably_never_executed_bb_p, compute_frequency_function): Adjust
|
H A D | ChangeLog-2019 | 19282 (probably_never_executed_bb_p): Likewise.
|
H A D | ChangeLog-2010 | 33571 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
|
H A D | ChangeLog-2011 | 30631 (probably_never_executed_bb_p): Likewise.
|
H A D | ChangeLog-2013 | 16334 (probably_never_executed_bb_p): Invoke probably_never_executed.
|
H A D | ChangeLog-2017 | 8593 (probably_never_executed_bb_p): Do not pass frequency.
|