Home | History | Annotate | Download | only in gcc

Lines Matching defs:hot

712   /* Number of calls and hot calls respectively.  */
810 /* When profile is available and function is hot, propagate into it even if
828 fprintf (dump_file, "Not considering %s for cloning; no hot calls.\n",
4325 of them is viable and hot, return true. In that case, for those that still
4342 bool hot = false;
4354 hot |= cs->maybe_hot_p ();
4378 if (!hot && ipa_node_params_sum->get (dest)->node_within_scc)
4382 /* Cold non-SCC source edge could trigger hot recursive execution of
4383 function. Consider the case as hot and rely on following cost model
4390 return hot;