Lines Matching defs:cold
715 "call is cold and code would grow "
732 "call is cold and code would grow by %i\n",
965 /* If call is cold, do not inline when function body would grow. */
1008 reason = "recursive call is cold";
1126 When COLD is true the cold calls are considered, too. */
1129 want_inline_function_to_all_callers_p (struct cgraph_node *node, bool cold)
1149 if (!cold && !has_hot_call)
1983 if not inlined. Also only count the non-cold portion of program. */
2126 calls, the edge may become cold.
2665 int cold;
2786 the second with priority even if both calls are cold by themselves.
2791 for (cold = 0; cold <= 1; cold ++)
2821 if (want_inline_function_to_all_callers_p (node, cold))