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

  /src/external/gpl3/gcc/dist/gcc/
predict.h 54 extern gcov_type get_hot_bb_threshold (void);
ipa-profile.cc 688 && node->count. ipa() >= get_hot_bb_threshold ())
predict.cc 127 get_hot_bb_threshold () function
184 return (count >= get_hot_bb_threshold ());
lto-cgraph.cc 729 get_hot_bb_threshold ());
tree-cfg.cc 8327 " */\n", get_hot_bb_threshold ());
  /src/external/gpl3/gcc.old/dist/gcc/
predict.h 54 extern gcov_type get_hot_bb_threshold (void);
ipa-profile.cc 687 && node->count. ipa() >= get_hot_bb_threshold ())
predict.cc 126 get_hot_bb_threshold () function
183 return (count >= get_hot_bb_threshold ());
lto-cgraph.cc 719 get_hot_bb_threshold ());
tree-cfg.cc 8096 " */\n", get_hot_bb_threshold ());

Completed in 71 milliseconds