Home
last modified time | relevance | path

Searched refs:uninlinable (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-inline-analysis.cc395 bool uninlinable; member
416 d->uninlinable = true; in do_estimate_growth_1()
476 else if (!d.uninlinable) in estimate_growth()
584 if (d.self_recursive || d.uninlinable) in growth_positive_p()
Dtree-core.h1953 unsigned uninlinable : 1; member
Dtree.h3173 (FUNCTION_DECL_CHECK (NODE)->function_decl.uninlinable)
DChangeLog-201538924 (inline_to_all_callers): Give up on uninlinable or recursive edges.
39916 * ipa-inline-analysis.c (growth_data): Add uninlinable field.
39917 (do_estimate_growth_1): Record if any uninlinable edge was seen.
39918 (estimate_growth): Handle uninlinable edges correctly.
DChangeLog.tree-ssa13794 on, even if they are uninlinable, they may be wanted for ip
DChangeLog-200716804 uninlinable call.
DChangeLog-200129163 (struct tree_decl): Add uninlinable bitfield.
DChangeLog-200311823 (finish_function): Make uninlinable a bool. Fixup call to
DChangeLog-201024398 uninlinable functions.
DChangeLog-201724516 uninlinable.
DChangeLog-201129499 CIF_FUNCTION_NOT_INLINABLE for uninlinable functions.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20073205 Do not make the functions uninlinable.
Dmodule.cc5341 WB (t->function_decl.uninlinable); in core_bools()
5485 RB (t->function_decl.uninlinable); in core_bools()
DChangeLog-20012966 * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
DChangeLog-20003730 * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
DChangeLog-1999396 uninlinable.