aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cfg-flags.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cfg-flags.def')
-rw-r--r--gcc-4.9/gcc/cfg-flags.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/cfg-flags.def b/gcc-4.9/gcc/cfg-flags.def
index 8422c2b1c..a28ba34b5 100644
--- a/gcc-4.9/gcc/cfg-flags.def
+++ b/gcc-4.9/gcc/cfg-flags.def
@@ -93,6 +93,9 @@ DEF_BASIC_BLOCK_FLAG(VISITED, 13)
demand, and is available after calling compute_transaction_bits(). */
DEF_BASIC_BLOCK_FLAG(IN_TRANSACTION, 14)
+/* Set on blocks that has been annotated during AutoFDO profile
+ attribution. */
+DEF_BASIC_BLOCK_FLAG(ANNOTATED, 15)
#endif
#ifdef DEF_EDGE_FLAG
@@ -177,6 +180,12 @@ DEF_EDGE_FLAG(TM_UNINSTRUMENTED, 15)
/* Abort (over) edge out of a GIMPLE_TRANSACTION statement. */
DEF_EDGE_FLAG(TM_ABORT, 16)
+/* Annotated during AutoFDO profile attribution. */
+DEF_EDGE_FLAG(ANNOTATED, 17)
+
+/* Edge probability predicted by __builtin_expect. */
+DEF_EDGE_FLAG(PREDICTED_BY_EXPECT, 18)
+
#endif
/*