aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-inline.h')
-rw-r--r--gcc/ipa-inline.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h
index dfc0053838e..85041f67dd7 100644
--- a/gcc/ipa-inline.h
+++ b/gcc/ipa-inline.h
@@ -126,6 +126,12 @@ struct GTY(()) inline_summary
/* False when there something makes inlining impossible (such as va_arg). */
unsigned inlinable : 1;
+ /* True when function contains cilk spawn (and thus we can not inline
+ into it). */
+ unsigned contains_cilk_spawn : 1;
+ /* True wen there is only one caller of the function before small function
+ inlining. */
+ unsigned int single_caller : 1;
/* Information about function that will result after applying all the
inline decisions present in the callgraph. Generally kept up to