GCC Middle and Back End API Reference
stmt.h
Go to the documentation of this file.
1/* Declarations and data structures for stmt.cc.
2 Copyright (C) 2013-2025 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 3, or (at your option) any later
9version.
10
11GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12WARRANTY; without even the implied warranty of MERCHANTABILITY or
13FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14for more details.
15
16You should have received a copy of the GNU General Public License
17along with GCC; see the file COPYING3. If not see
18<http://www.gnu.org/licenses/>. */
19
20#ifndef GCC_STMT_H
21#define GCC_STMT_H
22
24
25extern void expand_label (tree);
26extern bool parse_output_constraint (const char **, int, int, int,
27 bool *, bool *, bool *,
29extern bool parse_input_constraint (const char **, int, int, int, int,
30 const char * const *, bool *, bool *,
32extern int decode_hard_reg_constraint (const char *);
34#ifdef HARD_CONST
35/* Silly ifdef to avoid having all includers depend on hard-reg-set.h. */
37#endif
38
39/* Return the CODE_LABEL rtx for a LABEL_DECL, creating it if necessary.
40 If label was deleted, the corresponding note
41 (NOTE_INSN_DELETED{_DEBUG,}_LABEL) insn will be returned. */
42extern rtx_insn *label_rtx (tree);
43
44/* As label_rtx, but additionally the label is placed on the forced label
45 list of its containing function (i.e. it is treated as reachable even
46 if how is not obvious). */
48
49/* As label_rtx, but checks that label was not deleted. */
51
52/* Expand a GIMPLE_SWITCH statement. */
53extern void expand_case (gswitch *);
54
55/* Like expand_case but special-case for SJLJ exception dispatching. */
57
58#endif // GCC_STMT_H
Definition gimplify_reg_info.h:24
struct rtx_def * rtx
Definition coretypes.h:57
union tree_node * tree
Definition coretypes.h:97
HARD_REG_ELT_TYPE HARD_REG_SET
Definition hard-reg-set.h:47
tree tree_overlaps_hard_reg_set(tree decl, HARD_REG_SET *regs)
Definition stmt.cc:753
rtx_insn * force_label_rtx(tree)
Definition stmt.cc:114
bool parse_input_constraint(const char **, int, int, int, int, const char *const *, bool *, bool *, gimplify_reg_info *)
Definition stmt.cc:488
void expand_label(tree)
Definition stmt.cc:157
void expand_case(gswitch *)
Definition stmt.cc:1165
rtx_insn * label_rtx(tree)
Definition stmt.cc:96
rtx_code_label * jump_target_rtx(tree)
Definition stmt.cc:128
void expand_sjlj_dispatch_table(rtx, vec< tree >)
Definition stmt.cc:1321
int decode_hard_reg_constraint(const char *)
Definition stmt.cc:187
bool parse_output_constraint(const char **, int, int, int, bool *, bool *, bool *, gimplify_reg_info *)
Definition stmt.cc:266
tree resolve_asm_operand_names(tree, tree, tree, tree)
Definition stmt.cc:821
Definition gimple.h:898
Definition rtl.h:679
Definition rtl.h:546
Definition vec.h:450