Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.cc209 probably_never_executed (struct function *fun, profile_count count) in probably_never_executed() function
238 return probably_never_executed (fun, bb->count); in probably_never_executed_bb_p()
258 return probably_never_executed (fun, e->count ()); in probably_never_executed_edge_p()
DChangeLog-20133016 * predict.c (maybe_hot_edge_p, probably_never_executed,
3148 maybe_hot_bb_p, probably_never_executed)
6401 (probably_never_executed): Likewise.
13527 * predict.c (probably_never_executed): Compare frequency-based
16333 * predict.c (probably_never_executed): New function.
16334 (probably_never_executed_bb_p): Invoke probably_never_executed.
DChangeLog-20178592 (probably_never_executed): Do not take frequency argument.
28149 (probably_never_executed): Likewise.
28187 (probably_never_executed): Check for zero counts even if profile
28948 (probably_never_executed): Update.
DChangeLog-20195632 (probably_never_executed): Likewise.
19281 (probably_never_executed): Likewise. Minor tweak.
DChangeLog-201831025 * predict.c (probably_never_executed): Also mark as cold functions
31156 * predict.c (probably_never_executed): Only use precise profile info.
DChangeLog-200220315 maybe_hot/probably_never_executed predicates.
DChangeLog-20147181 (probably_never_executed): Likewise; replace cfun by fun.