GCC Middle and Back End API Reference
tree-dfa.h
Go to the documentation of this file.
1/* Header file for tree data flow functions.
2 Copyright (C) 2013-2026 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
14 for 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_TREE_DFA_H
21#define GCC_TREE_DFA_H
22
24extern void renumber_gimple_stmt_uids (struct function *);
26extern void dump_variable (FILE *, tree);
27extern void debug_variable (tree);
28extern void dump_dfa_stats (FILE *);
29extern void debug_dfa_stats (void);
30extern tree ssa_default_def (struct function *, tree);
31extern void set_ssa_default_def (struct function *, tree, tree);
34 poly_int64 *, bool *);
35extern tree get_ref_base_and_extent_hwi (tree, HOST_WIDE_INT *,
36 HOST_WIDE_INT *, bool *);
38 tree (*) (tree));
42extern void dump_enumerated_decls (FILE *, dump_flags_t);
43
44
45#endif /* GCC_TREE_DFA_H */
struct basic_block_def * basic_block
Definition coretypes.h:351
union tree_node * tree
Definition coretypes.h:97
enum dump_flag dump_flags_t
Definition dumpfile.h:209
poly_int< NUM_POLY_INT_COEFFS, HOST_WIDE_INT > poly_int64
Definition poly-int-types.h:24
Definition function.h:249
Definition gimple.h:224
tree get_or_create_ssa_default_def(struct function *fn, tree var)
Definition tree-dfa.cc:356
void set_ssa_default_def(struct function *fn, tree var, tree def)
Definition tree-dfa.cc:318
DEBUG_FUNCTION void debug_variable(tree var)
Definition tree-dfa.cc:167
DEBUG_FUNCTION void debug_dfa_stats(void)
Definition tree-dfa.cc:245
void dump_dfa_stats(FILE *file)
Definition tree-dfa.cc:176
void renumber_gimple_stmt_uids_in_blocks(basic_block *blocks, int n_blocks)
Definition tree-dfa.cc:97
void dump_enumerated_decls(FILE *file, dump_flags_t flags)
Definition tree-dfa.cc:1014
void renumber_gimple_stmt_uids(struct function *fun)
Definition tree-dfa.cc:84
void renumber_gimple_stmt_uids_in_block(struct function *fun, basic_block bb)
Definition tree-dfa.cc:66
tree get_addr_base_and_unit_offset_1(tree exp, poly_int64 *poffset, tree(*valueize)(tree))
Definition tree-dfa.cc:778
tree get_addr_base_and_unit_offset(tree exp, poly_int64 *poffset)
Definition tree-dfa.cc:920
void replace_abnormal_ssa_names(gimple *stmt)
Definition tree-dfa.cc:947
void dump_variable(FILE *file, tree var)
Definition tree-dfa.cc:115
bool stmt_references_abnormal_ssa_name(gimple *stmt)
Definition tree-dfa.cc:929
tree get_ref_base_and_extent_hwi(tree exp, HOST_WIDE_INT *poffset, HOST_WIDE_INT *psize, bool *preverse)
Definition tree-dfa.cc:749
tree ssa_default_def(struct function *fn, tree var)
Definition tree-dfa.cc:297
tree get_ref_base_and_extent(tree exp, poly_int64 *poffset, poly_int64 *psize, poly_int64 *pmax_size, bool *preverse)
Definition tree-dfa.cc:376