comparison gcc/graphite.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Graphite polyhedral representation. 1 /* Graphite polyhedral representation.
2 Copyright (C) 2009-2018 Free Software Foundation, Inc. 2 Copyright (C) 2009-2020 Free Software Foundation, Inc.
3 Contributed by Sebastian Pop <sebastian.pop@amd.com> and 3 Contributed by Sebastian Pop <sebastian.pop@amd.com> and
4 Tobias Grosser <grosser@fim.uni-passau.de>. 4 Tobias Grosser <grosser@fim.uni-passau.de>.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
458 int depth); 458 int depth);
459 459
460 extern bool build_poly_scop (scop_p); 460 extern bool build_poly_scop (scop_p);
461 extern bool graphite_regenerate_ast_isl (scop_p); 461 extern bool graphite_regenerate_ast_isl (scop_p);
462 extern void build_scops (vec<scop_p> *); 462 extern void build_scops (vec<scop_p> *);
463 extern tree cached_scalar_evolution_in_region (const sese_l &, loop_p, tree);
463 extern void dot_all_sese (FILE *, vec<sese_l> &); 464 extern void dot_all_sese (FILE *, vec<sese_l> &);
464 extern void dot_sese (sese_l &); 465 extern void dot_sese (sese_l &);
465 extern void dot_cfg (); 466 extern void dot_cfg ();
466 467
467 #endif 468 #endif