Lines Matching defs:hot
28 The information is used to set hot/cold thresholds.
39 .text.unlikely/.text.hot/.text.startup/.text.exit subsections). */
613 fprintf (dump_file, " Called by %s that is normal or hot\n",
623 /* Return ture if NODE contains hot calls. */
682 /* With profile we can decide on hot/normal based on count. */
685 bool hot = false;
688 hot = true;
689 if (!hot)
690 hot |= contains_hot_call_p (node);
691 if (hot)
696 fprintf (dump_file, "Node %s promoted to hot.\n",