HomeSort by: relevance | last modified time | path
    Searched refs:maybe_hot_count_p (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
predict.h 56 extern bool maybe_hot_count_p (struct function *, profile_count);
predict.cc 155 maybe_hot_count_p (struct function *fun, profile_count count) function
194 return maybe_hot_count_p (fun, bb->count);
203 return maybe_hot_count_p (cfun, e->count ());
3618 bool hot = maybe_hot_count_p (NULL, call_count);
auto-profile.cc 1728 is_hot = maybe_hot_count_p (NULL, pcount);
cgraph.cc 2994 if (!maybe_hot_count_p (NULL, count.ipa ()))
  /src/external/gpl3/gcc.old/dist/gcc/
predict.h 56 extern bool maybe_hot_count_p (struct function *, profile_count);
predict.cc 154 maybe_hot_count_p (struct function *fun, profile_count count) function
193 return maybe_hot_count_p (fun, bb->count);
202 return maybe_hot_count_p (cfun, e->count ());
3519 bool hot = maybe_hot_count_p (NULL, call_count);
auto-profile.cc 1724 is_hot = maybe_hot_count_p (NULL, pcount);
cgraph.cc 2934 if (!maybe_hot_count_p (NULL, count.ipa ()))

Completed in 35 milliseconds