xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/read-rtl-function.h (revision 4c3eb207d36f67d31994830c0a694161fc1ca39b)
13ad841b2Smrg /* read-rtl-function.h - Reader for RTL function dumps
2*4c3eb207Smrg    Copyright (C) 2016-2020 Free Software Foundation, Inc.
33ad841b2Smrg 
43ad841b2Smrg This file is part of GCC.
53ad841b2Smrg 
63ad841b2Smrg GCC is free software; you can redistribute it and/or modify it under
73ad841b2Smrg the terms of the GNU General Public License as published by the Free
83ad841b2Smrg Software Foundation; either version 3, or (at your option) any later
93ad841b2Smrg version.
103ad841b2Smrg 
113ad841b2Smrg GCC is distributed in the hope that it will be useful, but WITHOUT ANY
123ad841b2Smrg WARRANTY; without even the implied warranty of MERCHANTABILITY or
133ad841b2Smrg FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
143ad841b2Smrg for more details.
153ad841b2Smrg 
163ad841b2Smrg You should have received a copy of the GNU General Public License
173ad841b2Smrg along with GCC; see the file COPYING3.  If not see
183ad841b2Smrg <http://www.gnu.org/licenses/>.  */
193ad841b2Smrg 
203ad841b2Smrg #ifndef GCC_READ_RTL_FUNCTION_H
213ad841b2Smrg #define GCC_READ_RTL_FUNCTION_H
223ad841b2Smrg 
233ad841b2Smrg extern bool read_rtl_function_body (const char *path);
243ad841b2Smrg 
253ad841b2Smrg extern bool read_rtl_function_body_from_file_range (location_t start_loc,
263ad841b2Smrg 						    location_t end_loc);
273ad841b2Smrg 
283ad841b2Smrg #endif /* GCC_READ_RTL_FUNCTION_H */
29