Searched refs:inlinable (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040917-1.c5 /* the idea here is that not only is inlinable, inlinable but since it
12 inlinable () function
20 inlinable();
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug466.go7 // Issue 4159: exported inlinable functions squash
H A Dbug467.go8 // local variables declared in inlinable bodies.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/safe/
H A Dpkg.go13 // this should be inlinable
/haiku-buildtools/gcc/gcc/
H A Dipa-inline.c74 algorithm ordering all inlinable cgraph edges by their badness and
259 fprintf (dump_file, " not inlinable: %s/%i -> %s/%i, %s\n",
344 bool inlinable = true; local
356 inlinable = false;
361 inlinable = false;
366 inlinable = false;
372 inlinable = false;
381 inlinable = false;
388 inlinable = false;
395 inlinable
[all...]
H A Dipa-inline.h130 unsigned inlinable : 1;
H A Dipa-inline-analysis.c1465 if (s->inlinable)
1466 fprintf (f, " inlinable");
2929 /* FIXME: Thunks are inlinable, but tree-inline don't know how to do that.
2937 info->inlinable = 0;
2959 info->inlinable = false;
2961 info->inlinable = tree_inlinable_function_p (node->decl);
2970 /* Otherwise, inlinable functions always can change signature. */
2971 if (info->inlinable)
3098 return isummary->inlinable;
4260 info->inlinable
[all...]
H A Dtree-inline.c3783 bool inlinable = true;
3806 inlinable = false;
3814 inlinable = false;
3825 function is not inlinable. */
3831 inlinable = false;
3835 DECL_UNINLINABLE (fn) = !inlinable;
3837 return inlinable;
3782 bool inlinable = true; local
H A Dipa-split.c47 When func becomes inlinable and when cheap_test is often true, inlining func,
1449 a warning for the non-inlinable part. */
1787 /* This can be relaxed; function might become inlinable after splitting
1790 && !inline_summaries->get (node)->inlinable)
1793 fprintf (dump_file, "Not splitting: not inlinable.\n");
H A Dipa-cp.c2131 if (!isummary->inlinable)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dreorder2.go54 // f(g(), h()) where g is not inlinable but h is will have the same problem.
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c3645 int inlinable = 0; local
3673 inlinable = DECL_INLINE (decl) = 1;
3692 if (inlinable && ! decl_function_context (decl))
3708 if (inlinable)
3766 RTX_INTEGRATED_P (DECL_SAVED_INSNS (decl)) = inlinable;
3772 if (inlinable || DECL_DEFER_OUTPUT (decl))
3801 RTX_INTEGRATED_P (DECL_SAVED_INSNS (decl)) = inlinable;

Completed in 134 milliseconds