Home
last modified time | relevance | path

Searched refs:true_count_max (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc3661 profile_count true_count_max = profile_count::uninitialized (); in update_max_bb_count() local
3665 true_count_max = true_count_max.max (bb->count); in update_max_bb_count()
3667 cfun->cfg->count_max = true_count_max; in update_max_bb_count()
3669 return true_count_max.ipa ().nonzero_p (); in update_max_bb_count()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c3602 profile_count true_count_max = profile_count::uninitialized (); in update_max_bb_count() local
3606 true_count_max = true_count_max.max (bb->count); in update_max_bb_count()
3608 cfun->cfg->count_max = true_count_max; in update_max_bb_count()
3610 return true_count_max.ipa ().nonzero_p (); in update_max_bb_count()