Searched refs:MAX_INLINE_INSNS (Results 1 – 5 of 5) sorted by relevance
89 #define MAX_INLINE_INSNS \ macro
1015 if (sum_insns > MAX_INLINE_INSNS * 128)1021 else if (sum_insns > MAX_INLINE_INSNS)1024 - (sum_insns - MAX_INLINE_INSNS) / MAX_INLINE_SLOPE;
4062 MAX_INLINE_INSNS);
10401 Use MAX_INLINE_INSNS instead of inline_max_insns.
104 #define MAX_INLINE_INSNS \ macro