tree-if-conv.h 846 B

123456789101112131415161718192021222324
  1. /* Copyright (C) 2016-2019 Free Software Foundation, Inc.
  2. This file is part of GCC.
  3. GCC is free software; you can redistribute it and/or modify it under
  4. the terms of the GNU General Public License as published by the Free
  5. Software Foundation; either version 3, or (at your option) any later
  6. version.
  7. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  8. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  9. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  10. for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with GCC; see the file COPYING3. If not see
  13. <http://www.gnu.org/licenses/>. */
  14. #ifndef GCC_TREE_IF_CONV_H
  15. #define GCC_TREE_IF_CONV_H
  16. unsigned int tree_if_conversion (struct loop *, vec<gimple *> * = NULL);
  17. #endif /* GCC_TREE_IF_CONV_H */