Searched refs:inlinable_function_p (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree-inline.c | 116 static int inlinable_function_p PARAMS ((tree, inline_data *)); 878 return inlinable_function_p (fn, NULL); 932 inlinable_function_p (fn, id) in inlinable_function_p() function 1173 if (!inlinable_function_p (fn, id))
|
| H A D | ChangeLog | 3245 * tree-inline.c (inlinable_function_p): Honor MIN_INLINE_INSNS. 5038 * tree-inline.c (inlinable_function_p): Disable inlining for 6141 * tree-inline.c (inlinable_function_p): Apply it to functions 7375 (inlinable_function_p): Use it. 9360 * tree-inline.c (inlinable_function_p): Do not inline when
|
| H A D | ChangeLog.6 | 8464 * tree-inline.c (inlinable_function_p): Leave it up to the 9310 (inlinable_function_p): Don't look at DECL_INLINE if we're 9323 (declare_return_variable, inlinable_function_p): Likewise.
|
| H A D | ChangeLog.7 | 9805 * tree-inline.c (inlinable_function_p): Improve heuristics
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-inline.c | 112 static bool inlinable_function_p (tree); 1308 return inlinable_function_p (fn); in tree_inlinable_function_p() 1485 inlinable_function_p (tree fn) in inlinable_function_p() function
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2001 | 793 (declare_return_variable, inlinable_function_p): Likewise. 818 (inlinable_function_p): Likewise. Don't test for 1036 * optimize.c (inlinable_function_p): Allow only smaller single 2562 (inlinable_function_p): Don't inline big functions. 2626 * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a 2955 (inlinable_function_p): Likewise, fix typo in comment,
|
| H A D | ChangeLog-1999 | 415 (inlinable_function_p): Check flag_inline_trees.
|
| H A D | ChangeLog-2000 | 4847 * optimize.c (inlinable_function_p): Adjust handling of templates.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog | 6770 (declare_return_variable, inlinable_function_p): Likewise. 6795 (inlinable_function_p): Likewise. Don't test for 7013 * optimize.c (inlinable_function_p): Allow only smaller single 8539 (inlinable_function_p): Don't inline big functions. 8603 * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a 8932 (inlinable_function_p): Likewise, fix typo in comment, 14719 * optimize.c (inlinable_function_p): Adjust handling of templates.
|
| H A D | ChangeLog.2 | 415 (inlinable_function_p): Check flag_inline_trees.
|