163670Snsayer/* Header file for tree-ssa-ter.c exports.
263670Snsayer   Copyright (C) 2013-2015 Free Software Foundation, Inc.
363670Snsayer
4326692ShselaskyThis file is part of GCC.
5206622Suqs
663670SnsayerGCC is free software; you can redistribute it and/or modify it under
763670Snsayerthe terms of the GNU General Public License as published by the Free
863670SnsayerSoftware Foundation; either version 3, or (at your option) any later
963670Snsayerversion.
1063670Snsayer
1176175SschweikhGCC is distributed in the hope that it will be useful, but WITHOUT ANY
1263670SnsayerWARRANTY; without even the implied warranty of MERCHANTABILITY or
1363670SnsayerFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1468962Sru for more details.
1563670Snsayer
1663670SnsayerYou should have received a copy of the GNU General Public License
1763670Snsayeralong with GCC; see the file COPYING3.  If not see
1863670Snsayer<http://www.gnu.org/licenses/>.  */
1968962Sru
2063670Snsayer#ifndef GCC_TREE_SSA_TER_H
21276433Speterj#define GCC_TREE_SSA_TER_H
2263670Snsayer
2363670Snsayerextern bitmap find_replaceable_exprs (var_map);
2463670Snsayerextern void dump_replaceable_exprs (FILE *, bitmap);
2568962Sru
2663670Snsayer#endif /* GCC_TREE_SSA_TER_H */
27276433Speterj