generic-match-head.c 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* Preamble and helpers for the autogenerated generic-match.c file.
  2. Copyright (C) 2014-2015 Free Software Foundation, Inc.
  3. This file is part of GCC.
  4. GCC is free software; you can redistribute it and/or modify it under
  5. the terms of the GNU General Public License as published by the Free
  6. Software Foundation; either version 3, or (at your option) any later
  7. version.
  8. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  9. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  10. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  11. for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with GCC; see the file COPYING3. If not see
  14. <http://www.gnu.org/licenses/>. */
  15. #include "config.h"
  16. #include "system.h"
  17. #include "coretypes.h"
  18. #include "hash-set.h"
  19. #include "machmode.h"
  20. #include "vec.h"
  21. #include "double-int.h"
  22. #include "input.h"
  23. #include "alias.h"
  24. #include "symtab.h"
  25. #include "options.h"
  26. #include "wide-int.h"
  27. #include "inchash.h"
  28. #include "tree.h"
  29. #include "fold-const.h"
  30. #include "stringpool.h"
  31. #include "stor-layout.h"
  32. #include "flags.h"
  33. #include "tm.h"
  34. #include "hard-reg-set.h"
  35. #include "function.h"
  36. #include "predict.h"
  37. #include "basic-block.h"
  38. #include "tree-ssa-alias.h"
  39. #include "internal-fn.h"
  40. #include "gimple-expr.h"
  41. #include "is-a.h"
  42. #include "gimple.h"
  43. #include "gimple-ssa.h"
  44. #include "tree-ssanames.h"
  45. #include "gimple-fold.h"
  46. #include "gimple-iterator.h"
  47. #include "hashtab.h"
  48. #include "rtl.h"
  49. #include "statistics.h"
  50. #include "real.h"
  51. #include "fixed-value.h"
  52. #include "insn-config.h"
  53. #include "expmed.h"
  54. #include "dojump.h"
  55. #include "explow.h"
  56. #include "calls.h"
  57. #include "emit-rtl.h"
  58. #include "varasm.h"
  59. #include "stmt.h"
  60. #include "expr.h"
  61. #include "tree-dfa.h"
  62. #include "builtins.h"
  63. #include "tree-phinodes.h"
  64. #include "ssa-iterators.h"
  65. #include "dumpfile.h"
  66. #include "generic-match.h"