Lines Matching defs:hot
123 /* Determine the threshold for hot BB counts. */
143 /* Set the threshold for hot BB counts. */
151 /* Return TRUE if COUNT is considered to be hot in function FUN. */
180 /* Code executed at most once is not hot. */
3509 whether it is expected to be hot given the CALL_COUNT. */
3518 whether it is hot, and therefore it will be marked normal below. */
3519 bool hot = maybe_hot_count_p (NULL, call_count);
3525 hot ? "Function is hot" : "Function is normal");
3576 = hot ? NODE_FREQUENCY_HOT : NODE_FREQUENCY_NORMAL;
3997 /* Decide whether function is hot, cold or unlikely executed. */
4016 else if (lookup_attribute ("hot", DECL_ATTRIBUTES (current_function_decl))