]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/function.h
* Makefile.in (omp-low.o): Depend on $(TARGET_H).
[thirdparty/gcc.git] / gcc / function.h
index c651f5037f8b1f805467281a09ceab02d60de5e9..d1f4ffc1fd4ccf7fce03bb0fe8adf2836c9a3621 100644 (file)
@@ -650,6 +650,14 @@ struct GTY(()) function {
      adjusts one of its arguments and forwards to another
      function.  */
   unsigned int is_thunk : 1;
+
+  /* Nonzero if the current function contains any loops with
+     loop->force_vect set.  */
+  unsigned int has_force_vect_loops : 1;
+
+  /* Nonzero if the current function contains any loops with
+     nonzero value in loop->simduid.  */
+  unsigned int has_simduid_loops : 1;
 };
 
 /* Add the decl D to the local_decls list of FUN.  */