Home
last modified time | relevance | path

Searched refs:MAX_INLINE_INSNS (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dparams.h89 #define MAX_INLINE_INSNS \ macro
H A Dtree-inline.c1015 if (sum_insns > MAX_INLINE_INSNS * 128)
1021 else if (sum_insns > MAX_INLINE_INSNS)
1024 - (sum_insns - MAX_INLINE_INSNS) / MAX_INLINE_SLOPE;
H A Dtoplev.c4062 MAX_INLINE_INSNS);
H A DChangeLog.510401 Use MAX_INLINE_INSNS instead of inline_max_insns.
/openbsd/gnu/gcc/gcc/
H A Dparams.h104 #define MAX_INLINE_INSNS \ macro